syncSet

suspend fun syncSet(name: String, block: suspend SyncSetResourceBuilder.() -> Unit): SyncSet

Parameters

name

The unique name of the resulting resource.

block

Builder for SyncSet.

See also


fun syncSet(name: String): SyncSet

Parameters

name

The unique name of the resulting resource.

See also