google_api_manufacturers v0.2.0 GoogleApi.Manufacturers.V1.Model.Issue View Source

Product issue.

Attributes

  • attribute (String.t): If present, the attribute that triggered the issue. For more information about attributes, see https://support.google.com/manufacturers/answer/6124116. Defaults to: null.
  • description (String.t): Longer description of the issue focused on how to resolve it. Defaults to: null.
  • destination (String.t): The destination this issue applies to. Defaults to: null.
  • resolution (String.t): What needs to happen to resolve the issue. Defaults to: null.

    • Enum - one of [RESOLUTION_UNSPECIFIED, USER_ACTION, PENDING_PROCESSING]
  • severity (String.t): The severity of the issue. Defaults to: null.

    • Enum - one of [SEVERITY_UNSPECIFIED, ERROR, WARNING, INFO]
  • timestamp (DateTime.t): The timestamp when this issue appeared. Defaults to: null.
  • title (String.t): Short title describing the nature of the issue. Defaults to: null.
  • type (String.t): The server-generated type of the issue, for example, “INCORRECT_TEXT_FORMATTING”, “IMAGE_NOT_SERVEABLE”, etc. 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.Manufacturers.V1.Model.Issue{
  attribute: any(),
  description: any(),
  destination: any(),
  resolution: any(),
  severity: any(),
  timestamp: DateTime.t(),
  title: any(),
  type: 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.