View Source GoogleApi.AdSense.V2.Model.ListAdClientsResponse (google_api_ad_sense v0.16.1)

Response definition for the ad client list rpc.

Attributes

  • adClients (type: list(GoogleApi.AdSense.V2.Model.AdClient.t), default: nil) - The ad clients returned in this list response.
  • nextPageToken (type: String.t, default: nil) - Continuation token used to page through ad clients. 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.AdSense.V2.Model.ListAdClientsResponse{
  adClients: [GoogleApi.AdSense.V2.Model.AdClient.t()] | nil,
  nextPageToken: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.