GoogleApi.MyBusinessAccountManagement.V1.Model.ListAccountsResponse (google_api_my_business_account_management v0.4.1)

View Source

Response message for Accounts.ListAccounts.

Attributes

  • accounts (type: list(GoogleApi.MyBusinessAccountManagement.V1.Model.Account.t), default: nil) - A collection of accounts to which the user has access. The personal account of the user doing the query will always be the first item of the result, unless it is filtered out.
  • nextPageToken (type: String.t, default: nil) - If the number of accounts exceeds the requested page size, this field is populated with a token to fetch the next page of accounts on a subsequent call to accounts.list. If there are no more accounts, this field is not present in the response.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.MyBusinessAccountManagement.V1.Model.ListAccountsResponse{
  accounts: [GoogleApi.MyBusinessAccountManagement.V1.Model.Account.t()] | nil,
  nextPageToken: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.