View Source GoogleApi.MerchantAPI.Reports_v1beta.Model.ItemIssueType (google_api_merchant_api v0.3.0)

Issue type.

Attributes

  • canonicalAttribute (type: String.t, default: nil) - Canonical attribute name for attribute-specific issues.
  • code (type: String.t, default: nil) - Error code of the issue, equivalent to the code of Product issues.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.MerchantAPI.Reports_v1beta.Model.ItemIssueType{
  canonicalAttribute: String.t() | nil,
  code: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.