google_api_content v0.9.0 GoogleApi.Content.V2.Model.ProductstatusesCustomBatchRequestEntry View Source

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

Attributes

  • batchId (integer()): An entry ID, unique within the batch request. Defaults to: null.
  • destinations ([String.t]): If set, only issues for the specified destinations are returned, otherwise only issues for the Shopping destination. Defaults to: null.
  • includeAttributes (boolean()): Defaults to: null.
  • merchantId (String.t): The ID of the managing account. Defaults to: null.
  • method (String.t): Defaults to: null.
  • productId (String.t): The ID of the product whose status to get. 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.Content.V2.Model.ProductstatusesCustomBatchRequestEntry{
  batchId: any(),
  destinations: [any()],
  includeAttributes: any(),
  merchantId: any(),
  method: any(),
  productId: 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.