Uses of Class
com.tencentcloudapi.apigateway.v20180808.models.DemoteServiceUsagePlanRequest
-
Packages that use DemoteServiceUsagePlanRequest Package Description com.tencentcloudapi.apigateway.v20180808 com.tencentcloudapi.apigateway.v20180808.models -
-
Uses of DemoteServiceUsagePlanRequest in com.tencentcloudapi.apigateway.v20180808
Methods in com.tencentcloudapi.apigateway.v20180808 with parameters of type DemoteServiceUsagePlanRequest Modifier and Type Method Description DemoteServiceUsagePlanResponseApigatewayClient. DemoteServiceUsagePlan(DemoteServiceUsagePlanRequest req)本接口(DemoteServiceUsagePlan)用于将某个服务在某个环境的使用计划,降级到API上。 如果服务内没有API不允许进行此操作。 如果当前环境没有发布,不允许进行此操作。 -
Uses of DemoteServiceUsagePlanRequest in com.tencentcloudapi.apigateway.v20180808.models
Constructors in com.tencentcloudapi.apigateway.v20180808.models with parameters of type DemoteServiceUsagePlanRequest Constructor Description DemoteServiceUsagePlanRequest(DemoteServiceUsagePlanRequest source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-