GoogleApi.AdMob.V1.Model.ListAdUnitsResponse (google_api_ad_mob v0.9.0) View Source
Response for the ad units list request.
Attributes
-
adUnits(type:list(GoogleApi.AdMob.V1.Model.AdUnit.t), default:nil) - The resulting ad units for the requested account. -
nextPageToken(type:String.t, default:nil) - If not empty, indicates that there may be more ad units for the request; this value should be passed in a newListAdUnitsRequest.
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.ListAdUnitsResponse{
adUnits: [GoogleApi.AdMob.V1.Model.AdUnit.t()] | nil,
nextPageToken: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.