class Google::Apis::DisplayvideoV1::InventorySourceFilter

A filtering option for filtering on Inventory Source entities.

Attributes

inventory_source_ids[RW]

Inventory Sources to download by ID. All IDs must belong to the same Advertiser or Partner specified in CreateSdfDownloadTaskRequest. Leave empty to download all Inventory Sources for the selected Advertiser or Partner. Corresponds to the JSON property `inventorySourceIds` @return [Array<Fixnum>]

Public Class Methods

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