View Source GoogleApi.Content.V2.Model.ProductstatusesCustomBatchRequestEntry (google_api_content v0.67.1)

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

Attributes

  • batchId (type: integer(), default: nil) - An entry ID, unique within the batch request.
  • destinations (type: list(String.t), default: nil) - If set, only issues for the specified destinations are returned, otherwise only issues for the Shopping destination.
  • includeAttributes (type: boolean(), default: nil) -
  • 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"
  • productId (type: String.t, default: nil) - The ID of the product whose status to get.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V2.Model.ProductstatusesCustomBatchRequestEntry{
  batchId: integer() | nil,
  destinations: [String.t()] | nil,
  includeAttributes: boolean() | nil,
  merchantId: String.t() | nil,
  method: String.t() | nil,
  productId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.