View Source GoogleApi.Chat.V1.Model.ListMembershipsResponse (google_api_chat v0.34.0)

Attributes

  • memberships (type: list(GoogleApi.Chat.V1.Model.Membership.t), default: nil) - Unordered list. List of memberships in the requested (or first) page.
  • nextPageToken (type: String.t, default: nil) - A token that you can send as pageToken to retrieve the next page of results. If empty, there are no subsequent pages.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Chat.V1.Model.ListMembershipsResponse{
  memberships: [GoogleApi.Chat.V1.Model.Membership.t()] | nil,
  nextPageToken: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.