RosApiProps
Properties for defining a RosApi.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apigateway-api
Initializer
using AlibabaCloud.SDK.ROS.CDK.Apigateway;
new RosApiProps {
object ApiName,
object GroupId,
object RequestConfig,
object ServiceConfig,
object Visibility,
object AllowSignatureMethod = null,
object AppCodeAuthType = null,
object AuthType = null,
object ConstParameters = null,
object Description = null,
object DisableInternet = null,
object ErrorCodeSamples = null,
object FailResultSample = null,
object ForceNonceCheck = null,
object OpenIdConnectConfig = null,
object RequestParameters = null,
object ResultBodyModel = null,
object ResultDescriptions = null,
object ResultSample = null,
object ResultType = null,
object ServiceParameters = null,
object ServiceParametersMap = null,
object SystemParameters = null,
TagsProperty[] Tags = null,
object WebSocketApiType = null
};
Properties
| Name | Type | Description |
|---|---|---|
ApiName |
object |
No description. |
GroupId |
object |
No description. |
RequestConfig |
object |
No description. |
ServiceConfig |
object |
No description. |
Visibility |
object |
No description. |
AllowSignatureMethod |
object |
No description. |
AppCodeAuthType |
object |
No description. |
AuthType |
object |
No description. |
ConstParameters |
object |
No description. |
Description |
object |
No description. |
DisableInternet |
object |
No description. |
ErrorCodeSamples |
object |
No description. |
FailResultSample |
object |
No description. |
ForceNonceCheck |
object |
No description. |
OpenIdConnectConfig |
object |
No description. |
RequestParameters |
object |
No description. |
ResultBodyModel |
object |
No description. |
ResultDescriptions |
object |
No description. |
ResultSample |
object |
No description. |
ResultType |
object |
No description. |
ServiceParameters |
object |
No description. |
ServiceParametersMap |
object |
No description. |
SystemParameters |
object |
No description. |
Tags |
TagsProperty[] |
No description. |
WebSocketApiType |
object |
No description. |
ApiNameRequired
public object ApiName { get; set; }
- Type: object
GroupIdRequired
public object GroupId { get; set; }
- Type: object
RequestConfigRequired
public object RequestConfig { get; set; }
- Type: object
ServiceConfigRequired
public object ServiceConfig { get; set; }
- Type: object
VisibilityRequired
public object Visibility { get; set; }
- Type: object
AllowSignatureMethodOptional
public object AllowSignatureMethod { get; set; }
- Type: object
AppCodeAuthTypeOptional
public object AppCodeAuthType { get; set; }
- Type: object
AuthTypeOptional
public object AuthType { get; set; }
- Type: object
ConstParametersOptional
public object ConstParameters { get; set; }
- Type: object
DescriptionOptional
public object Description { get; set; }
- Type: object
DisableInternetOptional
public object DisableInternet { get; set; }
- Type: object
ErrorCodeSamplesOptional
public object ErrorCodeSamples { get; set; }
- Type: object
FailResultSampleOptional
public object FailResultSample { get; set; }
- Type: object
ForceNonceCheckOptional
public object ForceNonceCheck { get; set; }
- Type: object
OpenIdConnectConfigOptional
public object OpenIdConnectConfig { get; set; }
- Type: object
RequestParametersOptional
public object RequestParameters { get; set; }
- Type: object
ResultBodyModelOptional
public object ResultBodyModel { get; set; }
- Type: object
ResultDescriptionsOptional
public object ResultDescriptions { get; set; }
- Type: object
ResultSampleOptional
public object ResultSample { get; set; }
- Type: object
ResultTypeOptional
public object ResultType { get; set; }
- Type: object
ServiceParametersOptional
public object ServiceParameters { get; set; }
- Type: object
ServiceParametersMapOptional
public object ServiceParametersMap { get; set; }
- Type: object
SystemParametersOptional
public object SystemParameters { get; set; }
- Type: object
TagsOptional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]
WebSocketApiTypeOptional
public object WebSocketApiType { get; set; }
- Type: object