View Source GoogleApi.Content.V2.Model.AccountStatusDataQualityIssue (google_api_content v0.66.0)

Attributes

  • country (type: String.t, default: nil) -
  • destination (type: String.t, default: nil) -
  • detail (type: String.t, default: nil) -
  • displayedValue (type: String.t, default: nil) -
  • exampleItems (type: list(GoogleApi.Content.V2.Model.AccountStatusExampleItem.t), default: nil) -
  • id (type: String.t, default: nil) -
  • lastChecked (type: String.t, default: nil) -
  • location (type: String.t, default: nil) -
  • numItems (type: integer(), default: nil) -
  • severity (type: String.t, default: nil) - Acceptable values are: - "critical" - "error" - "suggestion"
  • submittedValue (type: String.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V2.Model.AccountStatusDataQualityIssue{
  country: String.t() | nil,
  destination: String.t() | nil,
  detail: String.t() | nil,
  displayedValue: String.t() | nil,
  exampleItems: [GoogleApi.Content.V2.Model.AccountStatusExampleItem.t()] | nil,
  id: String.t() | nil,
  lastChecked: String.t() | nil,
  location: String.t() | nil,
  numItems: integer() | nil,
  severity: String.t() | nil,
  submittedValue: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.