UsagePlanCreateRequest
UsagePlanCreateRequest
| Name | Description | Schema | Default |
|---|---|---|---|
| description optional | Description Example : description | any of [string, null] | |
| limit required | Usage Plan Limit Example : 10Minimum : 1Maximum : 2000000000 | integer | |
| name required | Name Example : usage-plan-namePattern : ^[a-z][a-z0-9\-]{1,48}[a-z0-9]$Minimum length : 3Maximum length : 50 | string | |
| rate required | Usage Plan Rate Example : day | enum (hour, day, month) |