View Source GoogleApi.DisplayVideo.V3.Model.InventorySourceFilter (google_api_display_video v0.34.0)

A 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.V3.Model.InventorySourceFilter{
  inventorySourceIds: [String.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.