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

Request to fetch stored line items.

Attributes

  • fileSpec (type: String.t, default: nil) - File specification (column names, types, order) in which the line items will be returned. Default to EWF.
  • filterIds (type: list(String.t), default: nil) - Ids of the specified filter type used to filter line items to fetch. If omitted, all the line items will be returned.
  • filterType (type: String.t, default: nil) - Filter type used to filter line items to fetch.
  • format (type: String.t, default: nil) - Format in which the line items will be returned. Default to 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: String.t(),
  filterIds: [String.t()],
  filterType: String.t(),
  format: 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.