View Source GoogleApi.DisplayVideo.V1.Model.IdFilter (google_api_display_video v0.35.0)

A filtering option that filters entities by their entity IDs.

Attributes

  • adGroupAdIds (type: list(String.t), default: nil) - YouTube Ads to download by ID. All IDs must belong to the same Advertiser or Partner specified in CreateSdfDownloadTaskRequest.
  • adGroupIds (type: list(String.t), default: nil) - YouTube Ad Groups to download by ID. All IDs must belong to the same Advertiser or Partner specified in CreateSdfDownloadTaskRequest.
  • campaignIds (type: list(String.t), default: nil) - Campaigns to download by ID. All IDs must belong to the same Advertiser or Partner specified in CreateSdfDownloadTaskRequest.
  • insertionOrderIds (type: list(String.t), default: nil) - Insertion Orders to download by ID. All IDs must belong to the same Advertiser or Partner specified in CreateSdfDownloadTaskRequest.
  • lineItemIds (type: list(String.t), default: nil) - Line Items to download by ID. All IDs must belong to the same Advertiser or Partner specified in CreateSdfDownloadTaskRequest.
  • mediaProductIds (type: list(String.t), default: nil) - Media Products to download by ID. All IDs must belong to the same Advertiser or Partner specified in CreateSdfDownloadTaskRequest.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DisplayVideo.V1.Model.IdFilter{
  adGroupAdIds: [String.t()] | nil,
  adGroupIds: [String.t()] | nil,
  campaignIds: [String.t()] | nil,
  insertionOrderIds: [String.t()] | nil,
  lineItemIds: [String.t()] | nil,
  mediaProductIds: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.