contact

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

See also

Parameters

name

The unique name of the resulting resource.

block

Builder for Contact.


fun contact(name: String): Contact

See also

Parameters

name

The unique name of the resulting resource.