Uses of Class
com.tencentcloudapi.apigateway.v20180808.models.TargetServicesReq
-
Packages that use TargetServicesReq Package Description com.tencentcloudapi.apigateway.v20180808.models -
-
Uses of TargetServicesReq in com.tencentcloudapi.apigateway.v20180808.models
Methods in com.tencentcloudapi.apigateway.v20180808.models that return TargetServicesReq Modifier and Type Method Description TargetServicesReq[]CreateApiRequest. getTargetServices()Get target类型后端资源信息。(内测阶段)Methods in com.tencentcloudapi.apigateway.v20180808.models with parameters of type TargetServicesReq Modifier and Type Method Description voidCreateApiRequest. setTargetServices(TargetServicesReq[] TargetServices)Set target类型后端资源信息。(内测阶段)Constructors in com.tencentcloudapi.apigateway.v20180808.models with parameters of type TargetServicesReq Constructor Description TargetServicesReq(TargetServicesReq 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.
-