GoogleApi.Content.V21.Model.DatafeedsCustomBatchRequestEntry (google_api_content v0.41.1) View Source

A batch entry encoding a single non-batch datafeeds request.

Attributes

  • batchId (type: integer(), default: nil) - An entry ID, unique within the batch request.

  • datafeed (type: GoogleApi.Content.V21.Model.Datafeed.t, default: nil) - The data feed to insert.

  • datafeedId (type: String.t, default: nil) - The ID of the data feed to get, delete or fetch.

  • merchantId (type: String.t, default: nil) - The ID of the managing account.

  • method (type: String.t, default: nil) - The method of the batch entry.

    Acceptable values are:

    • "delete"
    • "fetchNow"
    • "get"
    • "insert"
    • "update"

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Content.V21.Model.DatafeedsCustomBatchRequestEntry{
  batchId: integer(),
  datafeed: GoogleApi.Content.V21.Model.Datafeed.t(),
  datafeedId: String.t(),
  merchantId: String.t(),
  method: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.