View Source GoogleApi.AdSensePlatform.V1alpha.Model.ListAccountsResponse (google_api_ad_sense_platform v0.3.0)
Response definition for the list accounts rpc.
Attributes
-
accounts
(type:list(GoogleApi.AdSensePlatform.V1alpha.Model.Account.t)
, default:nil
) - The Accounts returned in the list response. Represented by a partial view of the Account resource, populatingname
andcreation_request_id
. -
nextPageToken
(type:String.t
, default:nil
) - Continuation token used to page through accounts. To retrieve the next page of the results, set the next request's "page_token" value to this.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AdSensePlatform.V1alpha.Model.ListAccountsResponse{ accounts: [GoogleApi.AdSensePlatform.V1alpha.Model.Account.t()] | nil, nextPageToken: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.