Show / Hide Table of Contents

Class Stats

Products statistics.

Inheritance
object
Stats
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX