class Google::Apis::DisplayvideoV3::InventorySourceGroupAssignedTargetingOptionDetails

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

def initialize(**args)

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

def update!(**args)

Update properties of this object
def update!(**args)
  @inventory_source_group_id = args[:inventory_source_group_id] if args.key?(:inventory_source_group_id)
end