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

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"

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.