google_api_double_click_bid_manager v0.3.0 GoogleApi.DoubleClickBidManager.V1.Model.DownloadLineItemsRequest View Source

Request to fetch stored line items.

Attributes

  • fileSpec (String.t): File specification (column names, types, order) in which the line items will be returned. Default to EWF. Defaults to: null.

    • Enum - one of [EWF]
  • filterIds ([String.t]): Ids of the specified filter type used to filter line items to fetch. If omitted, all the line items will be returned. Defaults to: null.
  • filterType (String.t): Filter type used to filter line items to fetch. Defaults to: null.

    • Enum - one of [ADVERTISER_ID, INSERTION_ORDER_ID, LINE_ITEM_ID]
  • format (String.t): Format in which the line items will be returned. Default to CSV. Defaults to: null.

    • Enum - one of [CSV]

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.DownloadLineItemsRequest{
  fileSpec: any(),
  filterIds: [any()],
  filterType: any(),
  format: 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.