View Source GoogleApi.AdSense.V2.Model.ListAdUnitsResponse (google_api_ad_sense v0.16.1)
Response definition for the adunit list rpc.
Attributes
-
adUnits
(type:list(GoogleApi.AdSense.V2.Model.AdUnit.t)
, default:nil
) - The ad units returned in the list response. -
nextPageToken
(type:String.t
, default:nil
) - Continuation token used to page through ad units. 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.ListAdUnitsResponse{ adUnits: [GoogleApi.AdSense.V2.Model.AdUnit.t()] | nil, nextPageToken: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.