RosHttpApiProps
Properties for defining a RosHttpApi
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apig-httpapi
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkapig"
&alicloudroscdkapig.RosHttpApiProps {
HttpApiName: interface{},
Protocols: interface{},
BasePath: interface{},
Description: interface{},
Type: interface{},
}
Properties
Name | Type | Description |
---|---|---|
HttpApiName |
interface{} |
No description. |
Protocols |
interface{} |
No description. |
BasePath |
interface{} |
No description. |
Description |
interface{} |
No description. |
Type |
interface{} |
No description. |
HttpApiName
Required
HttpApiName interface{}
- Type: interface{}
Protocols
Required
Protocols interface{}
- Type: interface{}
BasePath
Optional
BasePath interface{}
- Type: interface{}
Description
Optional
Description interface{}
- Type: interface{}
Type
Optional
Type interface{}
- Type: interface{}