Class ProductLimit
The limit for products.
Implements
Inherited Members
Namespace: Google.Apis.Merchant.quota_v1.Data
Assembly: Google.Apis.Merchant.quota_v1.dll
Syntax
public class ProductLimit : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Limit
Required. The maximum number of products that are allowed in the account in the given scope.
Declaration
[JsonProperty("limit")]
public virtual long? Limit { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
Scope
Required. The scope of the product limit.
Declaration
[JsonProperty("scope")]
public virtual string Scope { get; set; }
Property Value
| Type | Description |
|---|---|
| string |