RosApiProps
Properties for defining a RosApi
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apigateway-api
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkapigateway"
&alicloudroscdkapigateway.RosApiProps {
ApiName: interface{},
GroupId: interface{},
RequestConfig: interface{},
ServiceConfig: interface{},
Visibility: interface{},
AllowSignatureMethod: interface{},
AppCodeAuthType: interface{},
AuthType: interface{},
ConstParameters: interface{},
Description: interface{},
DisableInternet: interface{},
ErrorCodeSamples: interface{},
FailResultSample: interface{},
ForceNonceCheck: interface{},
OpenIdConnectConfig: interface{},
RequestParameters: interface{},
ResultBodyModel: interface{},
ResultDescriptions: interface{},
ResultSample: interface{},
ResultType: interface{},
ServiceParameters: interface{},
ServiceParametersMap: interface{},
SystemParameters: interface{},
Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkapigateway.RosApi.TagsProperty,
WebSocketApiType: interface{},
}
Properties
Name | Type | Description |
---|---|---|
ApiName |
interface{} |
No description. |
GroupId |
interface{} |
No description. |
RequestConfig |
interface{} |
No description. |
ServiceConfig |
interface{} |
No description. |
Visibility |
interface{} |
No description. |
AllowSignatureMethod |
interface{} |
No description. |
AppCodeAuthType |
interface{} |
No description. |
AuthType |
interface{} |
No description. |
ConstParameters |
interface{} |
No description. |
Description |
interface{} |
No description. |
DisableInternet |
interface{} |
No description. |
ErrorCodeSamples |
interface{} |
No description. |
FailResultSample |
interface{} |
No description. |
ForceNonceCheck |
interface{} |
No description. |
OpenIdConnectConfig |
interface{} |
No description. |
RequestParameters |
interface{} |
No description. |
ResultBodyModel |
interface{} |
No description. |
ResultDescriptions |
interface{} |
No description. |
ResultSample |
interface{} |
No description. |
ResultType |
interface{} |
No description. |
ServiceParameters |
interface{} |
No description. |
ServiceParametersMap |
interface{} |
No description. |
SystemParameters |
interface{} |
No description. |
Tags |
*[]TagsProperty |
No description. |
WebSocketApiType |
interface{} |
No description. |
ApiName
Required
ApiName interface{}
- Type: interface{}
GroupId
Required
GroupId interface{}
- Type: interface{}
RequestConfig
Required
RequestConfig interface{}
- Type: interface{}
ServiceConfig
Required
ServiceConfig interface{}
- Type: interface{}
Visibility
Required
Visibility interface{}
- Type: interface{}
AllowSignatureMethod
Optional
AllowSignatureMethod interface{}
- Type: interface{}
AppCodeAuthType
Optional
AppCodeAuthType interface{}
- Type: interface{}
AuthType
Optional
AuthType interface{}
- Type: interface{}
ConstParameters
Optional
ConstParameters interface{}
- Type: interface{}
Description
Optional
Description interface{}
- Type: interface{}
DisableInternet
Optional
DisableInternet interface{}
- Type: interface{}
ErrorCodeSamples
Optional
ErrorCodeSamples interface{}
- Type: interface{}
FailResultSample
Optional
FailResultSample interface{}
- Type: interface{}
ForceNonceCheck
Optional
ForceNonceCheck interface{}
- Type: interface{}
OpenIdConnectConfig
Optional
OpenIdConnectConfig interface{}
- Type: interface{}
RequestParameters
Optional
RequestParameters interface{}
- Type: interface{}
ResultBodyModel
Optional
ResultBodyModel interface{}
- Type: interface{}
ResultDescriptions
Optional
ResultDescriptions interface{}
- Type: interface{}
ResultSample
Optional
ResultSample interface{}
- Type: interface{}
ResultType
Optional
ResultType interface{}
- Type: interface{}
ServiceParameters
Optional
ServiceParameters interface{}
- Type: interface{}
ServiceParametersMap
Optional
ServiceParametersMap interface{}
- Type: interface{}
SystemParameters
Optional
SystemParameters interface{}
- Type: interface{}
Tags
Optional
Tags *[]TagsProperty
- Type: *[]TagsProperty
WebSocketApiType
Optional
WebSocketApiType interface{}
- Type: interface{}