View Source GoogleApi.Manufacturers.V1.Model.Issue (google_api_manufacturers v0.21.0)

Product issue.

Attributes

  • applicableCountries (type: list(String.t), default: nil) - Output only. List of country codes (ISO 3166-1 alpha-2) where issue applies to the manufacturer product.
  • attribute (type: String.t, default: nil) - If present, the attribute that triggered the issue. For more information about attributes, see https://support.google.com/manufacturers/answer/6124116.
  • description (type: String.t, default: nil) - Longer description of the issue focused on how to resolve it.
  • destination (type: String.t, default: nil) - The destination this issue applies to.
  • resolution (type: String.t, default: nil) - What needs to happen to resolve the issue.
  • severity (type: String.t, default: nil) - The severity of the issue.
  • timestamp (type: DateTime.t, default: nil) - The timestamp when this issue appeared.
  • title (type: String.t, default: nil) - Short title describing the nature of the issue.
  • type (type: String.t, default: nil) - The server-generated type of the issue, for example, “INCORRECT_TEXT_FORMATTING”, “IMAGE_NOT_SERVEABLE”, etc.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Manufacturers.V1.Model.Issue{
  applicableCountries: [String.t()] | nil,
  attribute: String.t() | nil,
  description: String.t() | nil,
  destination: String.t() | nil,
  resolution: String.t() | nil,
  severity: String.t() | nil,
  timestamp: DateTime.t() | nil,
  title: String.t() | nil,
  type: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.