Class AccountStatusStatistics
Implements
Inherited Members
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? |