class Google::Apis::DisplayvideoV1::InventorySourceGroupAssignedTargetingOptionDetails

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

Attributes

inventory_source_group_id[RW]

Required. ID of the inventory source group. Should refer to the inventory_source_group_id field of an InventorySourceGroup resource. Corresponds to the JSON property `inventorySourceGroupId` @return [Fixnum]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/displayvideo_v1/classes.rb, line 5561
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 5566
def update!(**args)
  @inventory_source_group_id = args[:inventory_source_group_id] if args.key?(:inventory_source_group_id)
end