Class AccountStatusProducts
Implements
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class AccountStatusProducts : IDirectResponseSchema
Properties
Channel
The channel the data applies to. Acceptable values are: - "local
" - "online
"
Declaration
[JsonProperty("channel")]
public virtual string Channel { get; set; }
Property Value
Type | Description |
---|---|
string |
Country
The country the data applies to.
Declaration
[JsonProperty("country")]
public virtual string Country { get; set; }
Property Value
Type | Description |
---|---|
string |
Destination
The destination the data applies to.
Declaration
[JsonProperty("destination")]
public virtual string Destination { 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 |
ItemLevelIssues
List of item-level issues.
Declaration
[JsonProperty("itemLevelIssues")]
public virtual IList<AccountStatusItemLevelIssue> ItemLevelIssues { get; set; }
Property Value
Type | Description |
---|---|
IList<AccountStatusItemLevelIssue> |
Statistics
Aggregated product statistics.
Declaration
[JsonProperty("statistics")]
public virtual AccountStatusStatistics Statistics { get; set; }
Property Value
Type | Description |
---|---|
AccountStatusStatistics |