View Source GoogleApi.Content.V21.Model.AccountStatusAccountLevelIssue (google_api_content v0.66.0)

Attributes

  • country (type: String.t, default: nil) - Country for which this issue is reported.
  • destination (type: String.t, default: nil) - The destination the issue applies to. If this field is empty then the issue applies to all available destinations.
  • detail (type: String.t, default: nil) - Additional details about the issue.
  • documentation (type: String.t, default: nil) - The URL of a web page to help resolving this issue.
  • id (type: String.t, default: nil) - Issue identifier.
  • severity (type: String.t, default: nil) - Severity of the issue. Acceptable values are: - "critical" - "error" - "suggestion"
  • title (type: String.t, default: nil) - Short description of the issue.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V21.Model.AccountStatusAccountLevelIssue{
  country: String.t() | nil,
  destination: String.t() | nil,
  detail: String.t() | nil,
  documentation: String.t() | nil,
  id: String.t() | nil,
  severity: String.t() | nil,
  title: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.