passcode property

String? passcode
getter/setter pair

The passcode to access the conference.

The maximum length is 128 characters. When creating new conference data, populate only the subset of {meetingCode, accessCode, passcode, password, pin} fields that match the terminology that the conference provider uses. Only the populated fields should be displayed.

Implementation

core.String? passcode;