google_api_content v0.1.0 GoogleApi.Content.V2.Model.AccountStatus View Source
The status of an account, i.e., information about its products, which is computed offline and not returned immediately at insertion time.
Attributes
- accountId (String.t): The ID of the account for which the status is reported. Defaults to:
null. - accountLevelIssues ([AccountStatusAccountLevelIssue]): A list of account level issues. Defaults to:
null. - dataQualityIssues ([AccountStatusDataQualityIssue]): A list of data quality issues. Defaults to:
null. - kind (String.t): Identifies what kind of resource this is. Value: the fixed string "content#accountStatus". Defaults to:
null. - websiteClaimed (boolean()): Whether the account's website is claimed or not. 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.AccountStatus{
accountId: any(),
accountLevelIssues: [
GoogleApi.Content.V2.Model.AccountStatusAccountLevelIssue.t()
],
dataQualityIssues: [
GoogleApi.Content.V2.Model.AccountStatusDataQualityIssue.t()
],
kind: any(),
websiteClaimed: any()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.