GoogleApi.Content.V21.Model.RenderAccountIssuesResponse (google_api_content v0.73.0)

View Source

Response containing support content and actions for listed account issues.

Attributes

  • alternateDisputeResolution (type: GoogleApi.Content.V21.Model.AlternateDisputeResolution.t, default: nil) - Alternate Dispute Resolution (ADR) is deprecated. Use prerendered_out_of_court_dispute_settlement instead.
  • issues (type: list(GoogleApi.Content.V21.Model.AccountIssue.t), default: nil) - List of account issues for a given account. 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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.