GoogleApi.DisplayVideo.V1.Model.InventorySourceFilter (google_api_display_video v0.39.0)
View SourceA filtering option for filtering on Inventory Source entities.
Attributes
-
inventorySourceIds
(type:list(String.t)
, default:nil
) - 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DisplayVideo.V1.Model.InventorySourceFilter{ inventorySourceIds: [String.t()] | nil }