aRecord

suspend fun aRecord(name: String, block: suspend ARecordResourceBuilder.() -> Unit): ARecord

See also

Parameters

name

The unique name of the resulting resource.

block

Builder for ARecord.


fun aRecord(name: String): ARecord

See also

Parameters

name

The unique name of the resulting resource.