View Source GoogleApi.DisplayVideo.V3.Model.BulkListAssignedTargetingOptionsResponse (google_api_display_video v0.36.0)
Attributes
-
lineItemAssignedTargetingOptions
(type:list(GoogleApi.DisplayVideo.V3.Model.LineItemAssignedTargetingOption.t)
, default:nil
) - The list of wrapper objects, each providing an assigned targeting option and the line item 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 toBulkListAssignedTargetingOptions
to fetch the next page of results. This token will be absent if there are no more line_item_assigned_targeting_options to return.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DisplayVideo.V3.Model.BulkListAssignedTargetingOptionsResponse{ lineItemAssignedTargetingOptions: [GoogleApi.DisplayVideo.V3.Model.LineItemAssignedTargetingOption.t()] | nil, nextPageToken: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.