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

Response containing support content and actions for listed product issues.

Attributes

  • alternateDisputeResolution (type: GoogleApi.Content.V21.Model.AlternateDisputeResolution.t, default: nil) - The Alternate Dispute Resolution (ADR) contains a link to a page where merchant can bring their appeal to an external body. If present, the link should be shown on the same page as the list of issues.
  • issues (type: list(GoogleApi.Content.V21.Model.ProductIssue.t), default: nil) - List of issues for a given product. This list can be shown with compressed, expandable items. In the compressed form, the title and impact should be shown for each issue. Once the issue is expanded, the detailed content and available actions should be rendered.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V21.Model.RenderProductIssuesResponse{
  alternateDisputeResolution:
    GoogleApi.Content.V21.Model.AlternateDisputeResolution.t() | nil,
  issues: [GoogleApi.Content.V21.Model.ProductIssue.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.