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

Overall impact of product issue.

Attributes

  • breakdowns (type: list(GoogleApi.Content.V21.Model.Breakdown.t), default: nil) - Detailed impact breakdown. Explains the types of restriction the issue has in different shopping destinations and territory. If present, it should be rendered to the merchant. Can be shown as a mouse over dropdown or a dialog. Each breakdown item represents a group of regions with the same impact details.
  • message (type: String.t, default: nil) - Optional. Message summarizing the overall impact of the issue. If present, it should be rendered to the merchant. For example: "Limits visibility in France"
  • severity (type: String.t, default: nil) - The severity of the issue.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V21.Model.ProductIssueImpact{
  breakdowns: [GoogleApi.Content.V21.Model.Breakdown.t()] | nil,
  message: String.t() | nil,
  severity: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.