instruction Resource
suspend fun instructionResource(name: String, block: suspend InstructionResourceBuilder.() -> Unit): Instruction
See also
Parameters
name
The unique name of the resulting resource.
block
Builder for Instruction.
The unique name of the resulting resource.
Builder for Instruction.