Class AccountStatus
The status of an account, that is, information about its products, which is computed offline and not returned immediately at insertion time.
Implements
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class AccountStatus : IDirectResponseSchema
Properties
AccountId
The ID of the account for which the status is reported.
Declaration
[JsonProperty("accountId")]
public virtual string AccountId { get; set; }
Property Value
Type | Description |
---|---|
string |
AccountLevelIssues
A list of account level issues.
Declaration
[JsonProperty("accountLevelIssues")]
public virtual IList<AccountStatusAccountLevelIssue> AccountLevelIssues { get; set; }
Property Value
Type | Description |
---|---|
IList<AccountStatusAccountLevelIssue> |
AccountManagement
How the account is managed. Acceptable values are: - "manual
" - "automatic
"
Declaration
[JsonProperty("accountManagement")]
public virtual string AccountManagement { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Kind
Identifies what kind of resource this is. Value: the fixed string "content#accountStatus
"
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
Products
List of product-related data by channel, destination, and country. Data in this field may be delayed by up to 30 minutes.
Declaration
[JsonProperty("products")]
public virtual IList<AccountStatusProducts> Products { get; set; }
Property Value
Type | Description |
---|---|
IList<AccountStatusProducts> |
WebsiteClaimed
Whether the account's website is claimed or not.
Declaration
[JsonProperty("websiteClaimed")]
public virtual bool? WebsiteClaimed { get; set; }
Property Value
Type | Description |
---|---|
bool? |