qosCar

suspend fun qosCar(name: String, block: suspend QosCarResourceBuilder.() -> Unit): QosCar

See also

Parameters

name

The unique name of the resulting resource.

block

Builder for QosCar.


fun qosCar(name: String): QosCar

See also

Parameters

name

The unique name of the resulting resource.