View Source GoogleApi.Content.V2.Model.AccountStatus (google_api_content v0.66.0)

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: nil) - 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V2.Model.AccountStatus{
  accountId: String.t() | nil,
  accountLevelIssues:
    [GoogleApi.Content.V2.Model.AccountStatusAccountLevelIssue.t()] | nil,
  dataQualityIssues:
    [GoogleApi.Content.V2.Model.AccountStatusDataQualityIssue.t()] | nil,
  kind: String.t() | nil,
  products: [GoogleApi.Content.V2.Model.AccountStatusProducts.t()] | nil,
  websiteClaimed: boolean() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.