Show / Hide Table of Contents

Class ProductLimit

The limit for products.

Inheritance
object
ProductLimit
Implements
IMessage<ProductLimit>
IEquatable<ProductLimit>
IDeepCloneable<ProductLimit>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
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
In this article
Back to top Generated by DocFX