customService

suspend fun customService(name: String, block: suspend CustomServiceResourceBuilder.() -> Unit): CustomService

See also

Parameters

name

The unique name of the resulting resource.

block

Builder for CustomService.


See also

Parameters

name

The unique name of the resulting resource.