Class AggregateProductStatus.Types.Stats
Products statistics.
Implements
Namespace: Google.Shopping.Merchant.IssueResolution.V1Beta
Assembly: Google.Shopping.Merchant.IssueResolution.V1Beta.dll
Syntax
public sealed class AggregateProductStatus.Types.Stats : IMessage<AggregateProductStatus.Types.Stats>, IEquatable<AggregateProductStatus.Types.Stats>, IDeepCloneable<AggregateProductStatus.Types.Stats>, IBufferMessage, IMessage
Constructors
Stats()
Declaration
public Stats()
Stats(Stats)
Declaration
public Stats(AggregateProductStatus.Types.Stats other)
Parameters
| Type | Name | Description |
|---|---|---|
| AggregateProductStatus.Types.Stats | other |
Properties
ActiveCount
The number of products that are active.
Declaration
public long ActiveCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long |
DisapprovedCount
The number of products that are disapproved.
Declaration
public long DisapprovedCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long |
ExpiringCount
The number of products that are expiring.
Declaration
public long ExpiringCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long |
PendingCount
The number of products that are pending.
Declaration
public long PendingCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long |