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