google_api_content v0.14.0 GoogleApi.Content.V2.Model.AccountStatusDataQualityIssue View Source
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
) -submittedValue
(type:String.t
, default:nil
) -
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 Sourcet() :: %GoogleApi.Content.V2.Model.AccountStatusDataQualityIssue{ country: String.t(), destination: String.t(), detail: String.t(), displayedValue: String.t(), exampleItems: [GoogleApi.Content.V2.Model.AccountStatusExampleItem.t()], id: String.t(), lastChecked: String.t(), location: String.t(), numItems: integer(), severity: String.t(), submittedValue: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.