custom Line
suspend fun customLine(name: String, block: suspend CustomLineResourceBuilder.() -> Unit): CustomLine
Parameters
name
The unique name of the resulting resource.
block
Builder for CustomLine.
See also
Parameters
name
The unique name of the resulting resource.