View Source GoogleApi.MerchantAPI.Reports_v1beta.Model.ItemIssueSeverity (google_api_merchant_api v0.4.0)

How the issue affects the serving of the product.

Attributes

  • aggregatedSeverity (type: String.t, default: nil) - Aggregated severity of the issue for all reporting contexts it affects. This field can be used for filtering the results.
  • severityPerReportingContext (type: list(GoogleApi.MerchantAPI.Reports_v1beta.Model.IssueSeverityPerReportingContext.t), default: nil) - Issue severity per reporting context.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.MerchantAPI.Reports_v1beta.Model.ItemIssueSeverity{
  aggregatedSeverity: String.t() | nil,
  severityPerReportingContext:
    [
      GoogleApi.MerchantAPI.Reports_v1beta.Model.IssueSeverityPerReportingContext.t()
    ]
    | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.