GoogleApi.DisplayVideo.V1.Model.BulkEditAdvertiserAssignedTargetingOptionsRequest (google_api_display_video v0.39.0)
View SourceRequest 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_CHANNELTARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSIONTARGETING_TYPE_OMIDTARGETING_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_CHANNELTARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSIONTARGETING_TYPE_OMIDTARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DisplayVideo.V1.Model.BulkEditAdvertiserAssignedTargetingOptionsRequest{ createRequests: [ GoogleApi.DisplayVideo.V1.Model.CreateAssignedTargetingOptionsRequest.t() ] | nil, deleteRequests: [ GoogleApi.DisplayVideo.V1.Model.DeleteAssignedTargetingOptionsRequest.t() ] | nil }