google_api_double_click_bid_manager v0.20.1 GoogleApi.DoubleClickBidManager.V11.Model.DownloadResponse View Source

Download response.

Attributes

  • adGroups (type: String.t, default: nil) - Retrieved ad groups in SDF format.
  • ads (type: String.t, default: nil) - Retrieved ads in SDF format.
  • campaigns (type: String.t, default: nil) - Retrieved campaigns in SDF format.
  • insertionOrders (type: String.t, default: nil) - Retrieved insertion orders in SDF format.
  • inventorySources (type: String.t, default: nil) -
  • lineItems (type: String.t, default: nil) - Retrieved line items in SDF format.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.DoubleClickBidManager.V11.Model.DownloadResponse{
  adGroups: String.t(),
  ads: String.t(),
  campaigns: String.t(),
  insertionOrders: String.t(),
  inventorySources: String.t(),
  lineItems: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.