google_api_content v0.1.0 GoogleApi.Content.V2.Model.AccountStatusDataQualityIssue View Source
Attributes
- country (String.t): Country for which this issue is reported. Defaults to:
null. - destination (String.t): The destination the issue applies to. Defaults to:
null. - detail (String.t): A more detailed description of the issue. Defaults to:
null. - displayedValue (String.t): Actual value displayed on the landing page. Defaults to:
null. - exampleItems ([AccountStatusExampleItem]): Example items featuring the issue. Defaults to:
null. - id (String.t): Issue identifier. Defaults to:
null. - lastChecked (String.t): Last time the account was checked for this issue. Defaults to:
null. - location (String.t): The attribute name that is relevant for the issue. Defaults to:
null. - numItems (integer()): Number of items in the account found to have the said issue. Defaults to:
null. - severity (String.t): Severity of the problem. Defaults to:
null. - submittedValue (String.t): Submitted value that causes the issue. Defaults to:
null.
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.V2.Model.AccountStatusDataQualityIssue{
country: any(),
destination: any(),
detail: any(),
displayedValue: any(),
exampleItems: [GoogleApi.Content.V2.Model.AccountStatusExampleItem.t()],
id: any(),
lastChecked: any(),
location: any(),
numItems: any(),
severity: any(),
submittedValue: any()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.