GoogleApi.MyBusinessAccountManagement.V1.Model.ListInvitationsResponse (google_api_my_business_account_management v0.4.1)
View SourceResponse message for AccessControl.ListInvitations.
Attributes
-
invitations
(type:list(GoogleApi.MyBusinessAccountManagement.V1.Model.Invitation.t)
, default:nil
) - A collection of invitations that are pending for the account. The number of invitations listed here cannot exceed 1000.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.MyBusinessAccountManagement.V1.Model.ListInvitationsResponse{ invitations: [GoogleApi.MyBusinessAccountManagement.V1.Model.Invitation.t()] | nil }