Class Stats
Products statistics.
Implements
Inherited Members
Namespace: Google.Apis.Merchant.issueresolution_v1.Data
Assembly: Google.Apis.Merchant.issueresolution_v1.dll
Syntax
public class Stats : IDirectResponseSchema
Properties
ActiveCount
The number of products that are active.
Declaration
[JsonProperty("activeCount")]
public virtual long? ActiveCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
DisapprovedCount
The number of products that are disapproved.
Declaration
[JsonProperty("disapprovedCount")]
public virtual long? DisapprovedCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ExpiringCount
The number of products that are expiring.
Declaration
[JsonProperty("expiringCount")]
public virtual long? ExpiringCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
PendingCount
The number of products that are pending.
Declaration
[JsonProperty("pendingCount")]
public virtual long? PendingCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |