google_api_double_click_bid_manager v0.10.0 GoogleApi.DoubleClickBidManager.V11.Model.UploadLineItemsRequest View Source

Request to upload line items.

Attributes

  • dryRun (type: boolean(), default: nil) - Set to true to get upload status without actually persisting the line items.
  • format (type: String.t, default: nil) - Format the line items are in. Default to CSV.
  • lineItems (type: String.t, default: nil) - Line items in CSV to upload. Refer to Entity Write File Format for more information on file format.

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.V11.Model.UploadLineItemsRequest{
  dryRun: boolean(),
  format: String.t(),
  lineItems: 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.