participant Resource
suspend fun participantResource(name: String, block: suspend ParticipantResourceBuilder.() -> Unit): Participant
See also
Parameters
name
The unique name of the resulting resource.
block
Builder for Participant.
The unique name of the resulting resource.
Builder for Participant.