class Google::Apis::DisplayvideoV1::BulkEditAdvertiserAssignedTargetingOptionsRequest
Request message for BulkEditAdvertiserAssignedTargetingOptions.
Attributes
The assigned targeting options to create in batch, specified as a list of ` CreateAssignedTargetingOptionsRequest`. Supported targeting types: * ` TARGETING_TYPE_CHANNEL` * `TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * ` TARGETING_TYPE_OMID` * `TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` Corresponds to the JSON property `createRequests` @return [Array<Google::Apis::DisplayvideoV1::CreateAssignedTargetingOptionsRequest>]
The assigned targeting options to delete in batch, specified as a list of ` DeleteAssignedTargetingOptionsRequest`. Supported targeting types: * ` TARGETING_TYPE_CHANNEL` * `TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION` * ` TARGETING_TYPE_OMID` * `TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION` Corresponds to the JSON property `deleteRequests` @return [Array<Google::Apis::DisplayvideoV1::DeleteAssignedTargetingOptionsRequest>]
Public Class Methods
# File lib/google/apis/displayvideo_v1/classes.rb, line 1473 def initialize(**args) update!(**args) end
Public Instance Methods
Update properties of this object
# File lib/google/apis/displayvideo_v1/classes.rb, line 1478 def update!(**args) @create_requests = args[:create_requests] if args.key?(:create_requests) @delete_requests = args[:delete_requests] if args.key?(:delete_requests) end