Service
Dependencies
CustomParameters
▼
CustomParameter
CustomParameter is used to map a custom parameter key to its value.
| Field | Type | Description |
|---|---|---|
| key Required
StringLength
|
xsd:string
|
The parameter key to be mapped.
This field is required and should not be null.
The length of this string should be between 1 and 16, inclusive, in UTF-8 bytes, (trimmed).
|
| value StringLength
|
xsd:string
|
The value this parameter should be mapped to. It should be null if isRemove is true. The length of this string should be between 0 and 200, inclusive, in UTF-8 bytes, (trimmed). |
| isRemove |
xsd:boolean
|
On SET operation, indicates that the parameter should be removed from the existing parameters. If set to true, the value field must be null. |