class Google::Apis::DisplayvideoV1::DeleteAssignedTargetingOptionsRequest
A request listing which assigned targeting options of a given targeting type should be deleted.
Attributes
assigned_targeting_option_ids[RW]
Required. The assigned targeting option IDs to delete. Corresponds to the JSON property `assignedTargetingOptionIds` @return [Array<String>]
targeting_type[RW]
Required. Identifies the type of this assigned targeting option. Corresponds to the JSON property `targetingType` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/displayvideo_v1/classes.rb, line 3710 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 3715 def update!(**args) @assigned_targeting_option_ids = args[:assigned_targeting_option_ids] if args.key?(:assigned_targeting_option_ids) @targeting_type = args[:targeting_type] if args.key?(:targeting_type) end