instance Variable
suspend fun instanceVariable(name: String, block: suspend InstanceVariableResourceBuilder.() -> Unit): InstanceVariable
Parameters
name
The unique name of the resulting resource.
block
Builder for InstanceVariable.
See also
Parameters
name
The unique name of the resulting resource.