recordingConsent property
Implementation
RoomCreateRoomRequestApplicationJson_RecordingConsent? get recordingConsent => _$this._recordingConsent;
set
recordingConsent
(covariant RoomCreateRoomRequestApplicationJson_RecordingConsent? recordingConsent)
covariantoverride
Implementation
set recordingConsent(covariant RoomCreateRoomRequestApplicationJson_RecordingConsent? recordingConsent) =>
_$this._recordingConsent = recordingConsent;