google_api_manufacturers v0.3.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 nil.
  • description (String.t): Longer description of the issue focused on how to resolve it. Defaults to nil.
  • destination (String.t): The destination this issue applies to. Defaults to nil.
  • resolution (String.t): What needs to happen to resolve the issue. Defaults to nil.
  • severity (String.t): The severity of the issue. Defaults to nil.
  • timestamp (DateTime.t): The timestamp when this issue appeared. Defaults to nil.
  • title (String.t): Short title describing the nature of the issue. Defaults to nil.
  • type (String.t): The server-generated type of the issue, for example, “INCORRECT_TEXT_FORMATTING”, “IMAGE_NOT_SERVEABLE”, etc. Defaults to nil.

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: 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

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.