GoogleApi.DisplayVideo.V3.Model.InventorySourceFilter (google_api_display_video v0.39.0)

View Source

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

t()

@type t() :: %GoogleApi.DisplayVideo.V3.Model.InventorySourceFilter{
  inventorySourceIds: [String.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.