Class AccountLimit
A limit of a certain type that is applied to an account.
Implements
Inherited Members
Namespace: Google.Apis.Merchant.quota_v1.Data
Assembly: Google.Apis.Merchant.quota_v1.dll
Syntax
public class AccountLimit : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
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
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Products
The limit for products.
Declaration
[JsonProperty("products")]
public virtual ProductLimit Products { get; set; }
Property Value
| Type | Description |
|---|---|
| ProductLimit |