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

Request to upload line items.

Attributes

  • dryRun (boolean()): Set to true to get upload status without actually persisting the line items. Defaults to: null.
  • format (String.t): Format the line items are in. Default to CSV. Defaults to: null.

    • Enum - one of [CSV]
  • lineItems (String.t): Line items in CSV to upload. Refer to Entity Write File Format for more information on file 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.UploadLineItemsRequest{
  dryRun: any(),
  format: 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.