device Pool Resource
suspend fun devicePoolResource(name: String, block: suspend DevicePoolResourceBuilder.() -> Unit): DevicePool
See also
Parameters
name
The unique name of the resulting resource.
block
Builder for DevicePool.
The unique name of the resulting resource.
Builder for DevicePool.