Class: Google::Apis::DisplayvideoV3::InventorySourceAssignedTargetingOptionDetails

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/displayvideo_v3/classes.rb,
lib/google/apis/displayvideo_v3/representations.rb,
lib/google/apis/displayvideo_v3/representations.rb

Overview

Targeting details for inventory source. This will be populated in the details field of an AssignedTargetingOption when targeting_type is TARGETING_TYPE_INVENTORY_SOURCE.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ InventorySourceAssignedTargetingOptionDetails

Returns a new instance of InventorySourceAssignedTargetingOptionDetails.



7570
7571
7572
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 7570

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#inventory_source_idFixnum

Required. ID of the inventory source. Should refer to the inventory_source_id field of an InventorySource resource. Corresponds to the JSON property inventorySourceId

Returns:

  • (Fixnum)


7568
7569
7570
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 7568

def inventory_source_id
  @inventory_source_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7575
7576
7577
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 7575

def update!(**args)
  @inventory_source_id = args[:inventory_source_id] if args.key?(:inventory_source_id)
end