google_api_content v0.40.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
) - Acceptable values are:- "
critical
" - "
error
" - "
suggestion
"
- "
-
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
Specs
t() :: %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
Specs
Unwrap a decoded JSON object into its complex fields.