GoogleApi.DisplayVideo.V1.Model.BulkEditAdvertiserAssignedTargetingOptionsRequest (google_api_display_video v0.18.1) View Source
Request message for BulkEditAdvertiserAssignedTargetingOptions.
Attributes
-
createRequests
(type:list(GoogleApi.DisplayVideo.V1.Model.CreateAssignedTargetingOptionsRequest.t)
, default:nil
) - The assigned targeting options to create in batch, specified as a list ofCreateAssignedTargetingOptionsRequest
. Supported targeting types:TARGETING_TYPE_CHANNEL
TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION
*TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION
-
deleteRequests
(type:list(GoogleApi.DisplayVideo.V1.Model.DeleteAssignedTargetingOptionsRequest.t)
, default:nil
) - The assigned targeting options to delete in batch, specified as a list ofDeleteAssignedTargetingOptionsRequest
. Supported targeting types:TARGETING_TYPE_CHANNEL
TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION
*TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.DisplayVideo.V1.Model.BulkEditAdvertiserAssignedTargetingOptionsRequest{ createRequests: [ GoogleApi.DisplayVideo.V1.Model.CreateAssignedTargetingOptionsRequest.t() ], deleteRequests: [ GoogleApi.DisplayVideo.V1.Model.DeleteAssignedTargetingOptionsRequest.t() ] }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.