TrailblazeToolYamlWrapper

@Serializable
data class TrailblazeToolYamlWrapper(val name: String, val trailblazeTool: TrailblazeTool)

This structure is used to wrap a TrailblazeTool in a YAML-friendly format using the toolName.

toolName: property1: value1 property2: value2

Constructors

Link copied to clipboard
constructor(name: String, trailblazeTool: TrailblazeTool)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val trailblazeTool: TrailblazeTool