Uses of Class
com.tencentcloudapi.apigateway.v20180808.models.ImportOpenApiRequest
-
Packages that use ImportOpenApiRequest Package Description com.tencentcloudapi.apigateway.v20180808 com.tencentcloudapi.apigateway.v20180808.models -
-
Uses of ImportOpenApiRequest in com.tencentcloudapi.apigateway.v20180808
Methods in com.tencentcloudapi.apigateway.v20180808 with parameters of type ImportOpenApiRequest Modifier and Type Method Description ImportOpenApiResponseApigatewayClient. ImportOpenApi(ImportOpenApiRequest req)本接口(ImportOpenApi)用于将OpenAPI规范定义的API导入到API网关。 -
Uses of ImportOpenApiRequest in com.tencentcloudapi.apigateway.v20180808.models
Constructors in com.tencentcloudapi.apigateway.v20180808.models with parameters of type ImportOpenApiRequest Constructor Description ImportOpenApiRequest(ImportOpenApiRequest 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.
-