RosTemplateProps
Properties for defining a RosTemplate
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-paiplugin-template
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkpaiplugin"
&alicloudroscdkpaiplugin.RosTemplateProps {
Content: interface{},
Description: interface{},
Name: interface{},
Type: interface{},
Signature: interface{},
SignatureId: interface{},
}
Properties
Name | Type | Description |
---|---|---|
Content |
interface{} |
No description. |
Description |
interface{} |
No description. |
Name |
interface{} |
No description. |
Type |
interface{} |
No description. |
Signature |
interface{} |
No description. |
SignatureId |
interface{} |
No description. |
Content
Required
Content interface{}
- Type: interface{}
Description
Required
Description interface{}
- Type: interface{}
Name
Required
Name interface{}
- Type: interface{}
Type
Required
Type interface{}
- Type: interface{}
Signature
Optional
Signature interface{}
- Type: interface{}
SignatureId
Optional
SignatureId interface{}
- Type: interface{}