View Source GoogleApi.CloudIdentity.V1.Model.ListUserInvitationsResponse (google_api_cloud_identity v0.32.0)
Response message for UserInvitation listing request.
Attributes
-
nextPageToken
(type:String.t
, default:nil
) - The token for the next page. If not empty, indicates that there may be moreUserInvitation
resources that match the listing request; this value can be used in a subsequent ListUserInvitationsRequest to get continued results with the current list call. -
userInvitations
(type:list(GoogleApi.CloudIdentity.V1.Model.UserInvitation.t)
, default:nil
) - The list of UserInvitation resources.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudIdentity.V1.Model.ListUserInvitationsResponse{ nextPageToken: String.t() | nil, userInvitations: [GoogleApi.CloudIdentity.V1.Model.UserInvitation.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.