View Source GoogleApi.Content.V21.Model.DatafeedstatusesCustomBatchRequestEntry (google_api_content v0.67.1)

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

Attributes

  • batchId (type: integer(), default: nil) - An entry ID, unique within the batch request.
  • country (type: String.t, default: nil) - Deprecated. Use feedLabel instead. The country to get the datafeed status for. If this parameter is provided, then language must also be provided. Note that for multi-target datafeeds this parameter is required.
  • datafeedId (type: String.t, default: nil) - The ID of the data feed to get.
  • feedLabel (type: String.t, default: nil) - The feed label to get the datafeed status for. If this parameter is provided, then language must also be provided. Note that for multi-target datafeeds this parameter is required.
  • language (type: String.t, default: nil) - The language to get the datafeed status for. If this parameter is provided then country must also be provided. Note that for multi-target datafeeds this parameter is required.
  • 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: - "get"

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V21.Model.DatafeedstatusesCustomBatchRequestEntry{
  batchId: integer() | nil,
  country: String.t() | nil,
  datafeedId: String.t() | nil,
  feedLabel: String.t() | nil,
  language: 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.