participant

suspend fun participant(name: String, block: suspend ParticipantResourceBuilder.() -> Unit): Participant

See also

Parameters

name

The unique name of the resulting resource.

block

Builder for Participant.


See also

Parameters

name

The unique name of the resulting resource.