google_api_double_click_bid_manager v0.10.0 GoogleApi.DoubleClickBidManager.V1.Model.DownloadRequest View Source

Request to fetch stored inventory sources, campaigns, insertion orders, line items, TrueView ad groups and ads.

Attributes

  • fileTypes (type: list(String.t), default: nil) - File types that will be returned. If INVENTORY_SOURCE is requested, no other file types may be requested.

    Acceptable values are:

    • "AD"
    • "AD_GROUP"
    • "CAMPAIGN"
    • "INSERTION_ORDER"
    • "INVENTORY_SOURCE"
    • "LINE_ITEM"
  • filterIds (type: list(String.t), default: nil) - The IDs of the specified filter type. This is used to filter entities to fetch. At least one ID must be specified.

  • filterType (type: String.t, default: nil) - Filter type used to filter entities to fetch. PARTNER_ID and INVENTORY_SOURCE_ID may only be used when downloading inventory sources.

  • version (type: String.t, default: nil) - SDF Version (column names, types, order) in which the entities will be returned. Default to 3.1.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.DoubleClickBidManager.V1.Model.DownloadRequest{
  fileTypes: [String.t()],
  filterIds: [String.t()],
  filterType: String.t(),
  version: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.