GoogleApi.DisplayVideo.V3.Model.BulkListAdGroupAssignedTargetingOptionsResponse (google_api_display_video v0.39.0)
View SourceAttributes
-
adGroupAssignedTargetingOptions(type:list(GoogleApi.DisplayVideo.V3.Model.AdGroupAssignedTargetingOption.t), default:nil) - The list of wrapper objects, each providing an assigned targeting option and the ad group it is assigned to. This list will be absent if empty. -
nextPageToken(type:String.t, default:nil) - A token identifying the next page of results. This value should be specified as the pageToken in a subsequent call toBulkListAdGroupAssignedTargetingOptionsto fetch the next page of results. This token will be absent if there are no more AdGroupAssignedTargetingOption resources to return.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DisplayVideo.V3.Model.BulkListAdGroupAssignedTargetingOptionsResponse{ adGroupAssignedTargetingOptions: [GoogleApi.DisplayVideo.V3.Model.AdGroupAssignedTargetingOption.t()] | nil, nextPageToken: String.t() | nil }