google_api_content v0.25.0 GoogleApi.Content.V21.Model.AccountStatusAccountLevelIssue View Source

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.
  • 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.
  • title (type: String.t, default: nil) - Short description of the issue.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Content.V21.Model.AccountStatusAccountLevelIssue{
  country: String.t(),
  destination: String.t(),
  detail: String.t(),
  documentation: String.t(),
  id: String.t(),
  severity: String.t(),
  title: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.