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. |
ApiName
Required
public object ApiName { get; set; }
- Type: object
GroupId
Required
public object GroupId { get; set; }
- Type: object
RequestConfig
Required
public object RequestConfig { get; set; }
- Type: object
ServiceConfig
Required
public object ServiceConfig { get; set; }
- Type: object
Visibility
Required
public object Visibility { get; set; }
- Type: object
AllowSignatureMethod
Optional
public object AllowSignatureMethod { get; set; }
- Type: object
AppCodeAuthType
Optional
public object AppCodeAuthType { get; set; }
- Type: object
AuthType
Optional
public object AuthType { get; set; }
- Type: object
ConstParameters
Optional
public object ConstParameters { get; set; }
- Type: object
Description
Optional
public object Description { get; set; }
- Type: object
DisableInternet
Optional
public object DisableInternet { get; set; }
- Type: object
ErrorCodeSamples
Optional
public object ErrorCodeSamples { get; set; }
- Type: object
FailResultSample
Optional
public object FailResultSample { get; set; }
- Type: object
ForceNonceCheck
Optional
public object ForceNonceCheck { get; set; }
- Type: object
OpenIdConnectConfig
Optional
public object OpenIdConnectConfig { get; set; }
- Type: object
RequestParameters
Optional
public object RequestParameters { get; set; }
- Type: object
ResultBodyModel
Optional
public object ResultBodyModel { get; set; }
- Type: object
ResultDescriptions
Optional
public object ResultDescriptions { get; set; }
- Type: object
ResultSample
Optional
public object ResultSample { get; set; }
- Type: object
ResultType
Optional
public object ResultType { get; set; }
- Type: object
ServiceParameters
Optional
public object ServiceParameters { get; set; }
- Type: object
ServiceParametersMap
Optional
public object ServiceParametersMap { get; set; }
- Type: object
SystemParameters
Optional
public object SystemParameters { get; set; }
- Type: object
Tags
Optional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]
WebSocketApiType
Optional
public object WebSocketApiType { get; set; }
- Type: object