Class AccountStatus
The status of an account, i.e., information about its products, which is computed offline and not returned immediately at insertion time.
Inheritance
System.Object
AccountStatus
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.ShoppingContent.v2.Data
Assembly: Google.Apis.ShoppingContent.v2.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 |
---|---|
System.String |
AccountLevelIssues
A list of account level issues.
Declaration
[JsonProperty("accountLevelIssues")]
public virtual IList<AccountStatusAccountLevelIssue> AccountLevelIssues { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<AccountStatusAccountLevelIssue> |
DataQualityIssues
DEPRECATED - never populated.
Declaration
[JsonProperty("dataQualityIssues")]
public virtual IList<AccountStatusDataQualityIssue> DataQualityIssues { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<AccountStatusDataQualityIssue> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.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 |
---|---|
System.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 |
---|---|
System.Collections.Generic.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 |
---|---|
System.Nullable<System.Boolean> |
Implements
Google.Apis.Requests.IDirectResponseSchema