device

suspend fun device(name: String, block: suspend DeviceResourceBuilder.() -> Unit): Device

See also

Parameters

name

The unique name of the resulting resource.

block

Builder for Device.


fun device(name: String): Device

See also

Parameters

name

The unique name of the resulting resource.