Class AccountLimit
A limit of a certain type that is applied to an account.
Implements
Namespace: Google.Shopping.Merchant.Quota.V1
Assembly: Google.Shopping.Merchant.Quota.V1.dll
Syntax
public sealed class AccountLimit : IMessage<AccountLimit>, IEquatable<AccountLimit>, IDeepCloneable<AccountLimit>, IBufferMessage, IMessage
Constructors
AccountLimit()
Declaration
public AccountLimit()
AccountLimit(AccountLimit)
Declaration
public AccountLimit(AccountLimit other)
Parameters
| Type | Name | Description |
|---|---|---|
| AccountLimit | other |
Properties
AccountLimitName
AccountLimitName-typed view over the Name resource name property.
Declaration
public AccountLimitName AccountLimitName { get; set; }
Property Value
| Type | Description |
|---|---|
| AccountLimitName |
Name
Identifier. The limit part of the name will be a combination of the type
and the scope. For example: accounts/123/limits/products~ADS_NON_EEA
Format: accounts/{account}/limits/{limit}
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Products
The limit for products.
Declaration
public ProductLimit Products { get; set; }
Property Value
| Type | Description |
|---|---|
| ProductLimit |
TypeCase
Declaration
public AccountLimit.TypeOneofCase TypeCase { get; }
Property Value
| Type | Description |
|---|---|
| AccountLimit.TypeOneofCase |