GoogleApi.Chat.V1.Model.ListMembershipsResponse (google_api_chat v0.25.0) View Source
Attributes
-
memberships
(type:list(GoogleApi.Chat.V1.Model.Membership.t)
, default:nil
) - List of memberships in the requested (or first) page. -
nextPageToken
(type:String.t
, default:nil
) - Continuation token to retrieve the next page of results. It will be empty for the last page of results.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Chat.V1.Model.ListMembershipsResponse{ memberships: [GoogleApi.Chat.V1.Model.Membership.t()] | nil, nextPageToken: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.