Show / Hide Table of Contents

Class AccountStatusStatistics

Inheritance
object
AccountStatusStatistics
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.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class AccountStatusStatistics : IDirectResponseSchema

Properties

Active

Number of active offers.

Declaration
[JsonProperty("active")]
public virtual long? Active { get; set; }
Property Value
Type Description
long?

Disapproved

Number of disapproved offers.

Declaration
[JsonProperty("disapproved")]
public virtual long? Disapproved { 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

Expiring

Number of expiring offers.

Declaration
[JsonProperty("expiring")]
public virtual long? Expiring { get; set; }
Property Value
Type Description
long?

Pending

Number of pending offers.

Declaration
[JsonProperty("pending")]
public virtual long? Pending { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX