Show / Hide Table of Contents

Class AccountStatusStatistics

Inheritance
System.Object
AccountStatusStatistics
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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
System.Nullable<System.Int64>

Disapproved

Number of disapproved offers.

Declaration
[JsonProperty("disapproved")]
public virtual long? Disapproved { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

Expiring

Number of expiring offers.

Declaration
[JsonProperty("expiring")]
public virtual long? Expiring { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

Pending

Number of pending offers.

Declaration
[JsonProperty("pending")]
public virtual long? Pending { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

Implements

IDirectResponseSchema
In This Article
Back to top