DeployedApiPlanPeriod
Defines time periods for rate limiting and quota management in API plans.
enum DeployedApiPlanPeriod {
SECOND
MIN
HOUR
DAY
WEEK
MONTH
}
Values
DeployedApiPlanPeriod.SECOND {#second}
DeployedApiPlanPeriod.MIN {#min}
DeployedApiPlanPeriod.HOUR {#hour}
DeployedApiPlanPeriod.DAY {#day}
DeployedApiPlanPeriod.WEEK {#week}
DeployedApiPlanPeriod.MONTH {#month}
Member Of
DeployedApiPlan object ●
DeployedApiPlanCreateInput input ●
DeployedApiPlanUpdateInput input
Was this topic helpful?