RosAppProps
Properties for defining a RosApp
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apigateway-app
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkapigateway"
&alicloudroscdkapigateway.RosAppProps {
AppName: interface{},
AppCode: interface{},
AppKey: interface{},
AppSecret: interface{},
Description: interface{},
Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkapigateway.RosApp.TagsProperty,
}
Properties
Name | Type | Description |
---|---|---|
AppName |
interface{} |
No description. |
AppCode |
interface{} |
No description. |
AppKey |
interface{} |
No description. |
AppSecret |
interface{} |
No description. |
Description |
interface{} |
No description. |
Tags |
*[]TagsProperty |
No description. |
AppName
Required
AppName interface{}
- Type: interface{}
AppCode
Optional
AppCode interface{}
- Type: interface{}
AppKey
Optional
AppKey interface{}
- Type: interface{}
AppSecret
Optional
AppSecret interface{}
- Type: interface{}
Description
Optional
Description interface{}
- Type: interface{}
Tags
Optional
Tags *[]TagsProperty
- Type: *[]TagsProperty