class Google::Apis::DisplayvideoV1::CreateAssignedTargetingOptionsRequest
A request listing which assigned targeting options of a given targeting type should be created and added.
Attributes
assigned_targeting_options[RW]
Required. The assigned targeting options to create and add. Corresponds to the JSON property `assignedTargetingOptions` @return [Array<Google::Apis::DisplayvideoV1::AssignedTargetingOption>]
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 2900 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 2905 def update!(**args) @assigned_targeting_options = args[:assigned_targeting_options] if args.key?(:assigned_targeting_options) @targeting_type = args[:targeting_type] if args.key?(:targeting_type) end