Class AggregateProductStatus
Aggregate product statuses for a given reporting context and country.
Implements
Inherited Members
Namespace: Google.Apis.Merchant.issueresolution_v1.Data
Assembly: Google.Apis.Merchant.issueresolution_v1.dll
Syntax
public class AggregateProductStatus : IDirectResponseSchema
Properties
Country
The country of the aggregate product statuses. Represented as a CLDR territory code.
Declaration
[JsonProperty("country")]
public virtual string Country { 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
The product issues that affect the given reporting context and country.
Declaration
[JsonProperty("itemLevelIssues")]
public virtual IList<ItemLevelIssue> ItemLevelIssues { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<ItemLevelIssue> |
Name
Identifier. The name of the AggregateProductStatuses resource. Format:
accounts/{account}/aggregateProductStatuses/{aggregateProductStatuses}
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ReportingContext
The reporting context of the aggregate product statuses.
Declaration
[JsonProperty("reportingContext")]
public virtual string ReportingContext { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Stats
Products statistics for the given reporting context and country.
Declaration
[JsonProperty("stats")]
public virtual Stats Stats { get; set; }
Property Value
| Type | Description |
|---|---|
| Stats |