syncSet

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

See also

Parameters

name

The unique name of the resulting resource.

block

Builder for SyncSet.


fun syncSet(name: String): SyncSet

See also

Parameters

name

The unique name of the resulting resource.