Package | Description |
---|---|
com.tencentcloudapi.apigateway.v20180808.models |
Modifier and Type | Method and Description |
---|---|
ServiceParameter[] |
CreateApiRequest.getServiceParameters()
Get API的后端服务参数。
|
ServiceParameter[] |
ModifyApiRequest.getServiceParameters()
Get API的后端服务参数。
|
Modifier and Type | Method and Description |
---|---|
void |
CreateApiRequest.setServiceParameters(ServiceParameter[] ServiceParameters)
Set API的后端服务参数。
|
void |
ModifyApiRequest.setServiceParameters(ServiceParameter[] ServiceParameters)
Set API的后端服务参数。
|
Constructor and Description |
---|
ServiceParameter(ServiceParameter 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.
|
Copyright © 2024. All rights reserved.