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

Type of the item issue.

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V21.Model.ProductViewItemIssueItemIssueType{
  canonicalAttribute: String.t() | nil,
  code: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.