GitLab CI Kotlin DSL • opensavvy.gitlab.ci.yaml • Yaml • Collection • MapLiteral
MapLiteral¶
data class MapLiteral(val contents: Map<Yaml, Yaml>) : Yaml.Collection
Constructors¶
MapLiteral
¶
Properties¶
contents
¶
Functions¶
toYaml
¶
Converts this object into a Yaml object.
toYamlString
¶
fun toYamlString(): String
open override fun toYamlString(indentation: Int): CharSequence