google_api_double_click_bid_manager v0.1.0 GoogleApi.DoubleClickBidManager.V1.Model.DownloadResponse View Source

Download response.

Attributes

  • adGroups (String.t): Retrieved ad groups in SDF format. Defaults to: null.
  • ads (String.t): Retrieved ads in SDF format. Defaults to: null.
  • campaigns (String.t): Retrieved campaigns in SDF format. Defaults to: null.
  • insertionOrders (String.t): Retrieved insertion orders in SDF format. Defaults to: null.
  • lineItems (String.t): Retrieved line items in SDF format. Defaults to: null.

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.DownloadResponse{
  adGroups: any(),
  ads: any(),
  campaigns: any(),
  insertionOrders: any(),
  lineItems: any()
}

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.