Resource: AccountLimit
A limit of a certain type that is applied to an account.
| JSON representation |
|---|
{ "name": string, // Union field |
| Fields | |
|---|---|
name |
Identifier. The limit part of the name will be a combination of the type and the scope. For example: Format: |
Union field type. The type of the limit. type can be only one of the following: |
|
products |
The limit for products. |
ProductLimit
The limit for products.
| JSON representation |
|---|
{
"scope": enum ( |
| Fields | |
|---|---|
scope |
Required. The scope of the product limit. |
limit |
Required. The maximum number of products that are allowed in the account in the given scope. |
Scope
The scope of the limit.
| Enums | |
|---|---|
SCOPE_UNSPECIFIED |
Default value. Should not be used. |
ADS_NON_EEA |
Limit for products in non-EEA countries. |
ADS_EEA |
Limit for products in EEA countries. |
Methods |
|
|---|---|
|
Retrieves an account limit. |
|
Lists the limits of an account. |