contact

suspend fun contact(name: String, block: suspend ContactResourceBuilder.() -> Unit): Contact

Parameters

name

The unique name of the resulting resource.

block

Builder for Contact.

See also


fun contact(name: String): Contact

Parameters

name

The unique name of the resulting resource.

See also