contactProfile

suspend fun contactProfile(name: String, block: suspend ContactProfileResourceBuilder.() -> Unit): ContactProfile

Parameters

name

The unique name of the resulting resource.

block

Builder for ContactProfile.

See also


Parameters

name

The unique name of the resulting resource.

See also