discriminator property

String? discriminator

Property getter and setter for discriminator: The discriminator is used to create different types of meetings, without the need to subclass them. When used as part of an automation flow, the discriminator should match the flow's FlowGraphId The discriminator is used to create different types of meetings, without the need to subclass them. When used as part of an automation flow, the discriminator should match the flow's FlowGraphId

Implementation

String? get discriminator;
void discriminator=(String? discriminator)

Implementation

set discriminator(String? discriminator);