google_api_content v0.30.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(type:String.t, default:nil) - The ID of the account for which the status is reported.accountLevelIssues(type:list(GoogleApi.Content.V2.Model.AccountStatusAccountLevelIssue.t), default:nil) - A list of account level issues.dataQualityIssues(type:list(GoogleApi.Content.V2.Model.AccountStatusDataQualityIssue.t), default:nil) - DEPRECATED - never populated.kind(type:String.t, default:content#accountStatus) - Identifies what kind of resource this is. Value: the fixed string "content#accountStatus"products(type:list(GoogleApi.Content.V2.Model.AccountStatusProducts.t), default:nil) - List of product-related data by channel, destination, and country. Data in this field may be delayed by up to 30 minutes.websiteClaimed(type:boolean(), default:nil) - Whether the account's website is claimed or not.
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.AccountStatus{
accountId: String.t(),
accountLevelIssues: [
GoogleApi.Content.V2.Model.AccountStatusAccountLevelIssue.t()
],
dataQualityIssues: [
GoogleApi.Content.V2.Model.AccountStatusDataQualityIssue.t()
],
kind: String.t(),
products: [GoogleApi.Content.V2.Model.AccountStatusProducts.t()],
websiteClaimed: boolean()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.