MaestroCommandYamlNode

@Serializable
data class MaestroCommandYamlNode(val type: String, val stringProps: Map<String, String> = emptyMap(), val mapProps: Map<String, Map<String, String>> = emptyMap(), val stringList: List<String> = emptyList(), val mapToStringList: Map<String, List<String>> = emptyMap())

Constructors

Link copied to clipboard
constructor(type: String, stringProps: Map<String, String> = emptyMap(), mapProps: Map<String, Map<String, String>> = emptyMap(), stringList: List<String> = emptyList(), mapToStringList: Map<String, List<String>> = emptyMap())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard