Class ProductLimit
The limit for products.
Implements
Namespace: Google.Shopping.Merchant.Quota.V1
Assembly: Google.Shopping.Merchant.Quota.V1.dll
Syntax
public sealed class ProductLimit : IMessage<ProductLimit>, IEquatable<ProductLimit>, IDeepCloneable<ProductLimit>, IBufferMessage, IMessage
Constructors
ProductLimit()
Declaration
public ProductLimit()
ProductLimit(ProductLimit)
Declaration
public ProductLimit(ProductLimit other)
Parameters
| Type | Name | Description |
|---|---|---|
| ProductLimit | other |
Properties
Limit
Required. The maximum number of products that are allowed in the account in the given scope.
Declaration
public long Limit { get; set; }
Property Value
| Type | Description |
|---|---|
| long |
Scope
Required. The scope of the product limit.
Declaration
public ProductLimit.Types.Scope Scope { get; set; }
Property Value
| Type | Description |
|---|---|
| ProductLimit.Types.Scope |