communication Service
suspend fun communicationService(name: String, block: suspend CommunicationServiceResourceBuilder.() -> Unit): CommunicationService
Parameters
name
The unique name of the resulting resource.
block
Builder for CommunicationService.
See also
Parameters
name
The unique name of the resulting resource.