GoogleApi.Content.V21.Model.AccountStatus (google_api_content v0.49.0) 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.V21.Model.AccountStatusAccountLevelIssue.t), default:nil) - A list of account level issues. -
kind(type:String.t, default:nil) - Identifies what kind of resource this is. Value: the fixed string "content#accountStatus" -
products(type:list(GoogleApi.Content.V21.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
Specs
t() :: %GoogleApi.Content.V21.Model.AccountStatus{
accountId: String.t(),
accountLevelIssues: [
GoogleApi.Content.V21.Model.AccountStatusAccountLevelIssue.t()
],
kind: String.t(),
products: [GoogleApi.Content.V21.Model.AccountStatusProducts.t()],
websiteClaimed: boolean()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.