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

Product issue.

Attributes

  • 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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.