GoogleApi.AdMob.V1.Model.ListPublisherAccountsResponse (google_api_ad_mob v0.9.0) View Source
Response for the publisher account list request.
Attributes
-
account(type:list(GoogleApi.AdMob.V1.Model.PublisherAccount.t), default:nil) - Publisher that the client credentials can access. -
nextPageToken(type:String.t, default:nil) - If not empty, indicates that there might be more accounts for the request; you must pass this value in a newListPublisherAccountsRequest.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.AdMob.V1.Model.ListPublisherAccountsResponse{
account: [GoogleApi.AdMob.V1.Model.PublisherAccount.t()] | nil,
nextPageToken: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.