Skip to content

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.

DescriptionOptional

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.


MetadataOptional

func Metadata() *map[string]interface{}
  • Type: *map[string]interface{}

Metadata associated with the ROS template.