class Google::Apis::DisplayvideoV1::InventorySourceAssignedTargetingOptionDetails
Targeting details for inventory source. This will be populated in the details field of an AssignedTargetingOption
when targeting_type is ` TARGETING_TYPE_INVENTORY_SOURCE`.
Attributes
inventory_source_id[RW]
Required. ID of the inventory source. Should refer to the inventory_source_id
field of an InventorySource
resource. Corresponds to the JSON property `inventorySourceId` @return [Fixnum]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/displayvideo_v1/classes.rb, line 5466 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 5471 def update!(**args) @inventory_source_id = args[:inventory_source_id] if args.key?(:inventory_source_id) end