RosAppProps
Properties for defining a RosApp
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apigateway-app
Initializer
using AlibabaCloud.SDK.ROS.CDK.Apigateway;
new RosAppProps {
object AppName,
object AppCode = null,
object AppKey = null,
object AppSecret = null,
object Description = null,
TagsProperty[] Tags = null
};
Properties
Name | Type | Description |
---|---|---|
AppName |
object |
No description. |
AppCode |
object |
No description. |
AppKey |
object |
No description. |
AppSecret |
object |
No description. |
Description |
object |
No description. |
Tags |
TagsProperty[] |
No description. |
AppName
Required
public object AppName { get; set; }
- Type: object
AppCode
Optional
public object AppCode { get; set; }
- Type: object
AppKey
Optional
public object AppKey { get; set; }
- Type: object
AppSecret
Optional
public object AppSecret { get; set; }
- Type: object
Description
Optional
public object Description { get; set; }
- Type: object
Tags
Optional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]