Resource: AccountLimit
A limit of a certain type that is applied to an account.
| JSON representation |
|---|
{
"name": string,
// The following is a list of mutually exclusive fields. At most one of the
// fields will be set in a response:
"products": {
object ( |
| Fields | |
|---|---|
name |
Identifier. The limit part of the name will be a combination of the type and the scope. For example: Format: |
| The type of the limit. The following is a list of mutually exclusive fields. At most one of the fields will be set in a response: | |
products |
The limit for products. |
| End of mutually exclusive fields. | |
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. |