GoogleApi.MyBusinessAccountManagement.V1.Model.ListAccountsResponse (google_api_my_business_account_management v0.4.1)
View SourceResponse 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 toaccounts.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
@type t() :: %GoogleApi.MyBusinessAccountManagement.V1.Model.ListAccountsResponse{ accounts: [GoogleApi.MyBusinessAccountManagement.V1.Model.Account.t()] | nil, nextPageToken: String.t() | nil }