google_api_content v0.4.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
. - products ([AccountStatusProducts]): List of product-related data by channel, destination, and country. Data in this field may be delayed by up to 30 minutes. 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()
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(),
products: [GoogleApi.Content.V2.Model.AccountStatusProducts.t()],
websiteClaimed: any()
}
t() :: %GoogleApi.Content.V2.Model.AccountStatus{ accountId: any(), accountLevelIssues: [ GoogleApi.Content.V2.Model.AccountStatusAccountLevelIssue.t() ], dataQualityIssues: [ GoogleApi.Content.V2.Model.AccountStatusDataQualityIssue.t() ], kind: any(), products: [GoogleApi.Content.V2.Model.AccountStatusProducts.t()], websiteClaimed: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.