ITemplateOptions
- Implemented By: ITemplateOptions
ROS template options for a stack.
Properties
Name | Type | Description |
---|---|---|
Description |
*string |
Gets or sets the description of this stack. |
Metadata |
*map[string]interface{} |
Metadata associated with the ROS template. |
Description
Optional
func Description() *string
- Type: *string
Gets or sets the description of this stack.
If provided, it will be included in the ROS template's "Description" attribute.
Metadata
Optional
func Metadata() *map[string]interface{}
- Type: *map[string]interface{}
Metadata associated with the ROS template.