Features constructor

Features({
  1. int? id,
  2. int? subscriptionId,
  3. int? isActive,
  4. String? audioVideoConference,
  5. String? meetDuration,
  6. String? cloudStorage,
  7. int? saveCloud,
  8. int? internationalPhone,
  9. int? hostMeetingMobile,
  10. int? conferenceChat,
  11. int? whiteboard,
  12. int? noiseCancellation,
  13. int? recordMeeting,
  14. int? poll,
  15. int? raiseHand,
  16. int? breakoutRoom,
  17. int? screenSharing,
  18. int? voiceTranscription,
  19. int? voiceTextTranslation,
  20. int? liveStream,
  21. int? shareYoutube,
  22. int? trackAttendance,
  23. int? muteParticipant,
  24. int? disableCamera,
  25. int? compatibility,
  26. int? mobileSupport,
  27. int? encryption,
  28. int? lobby,
  29. int? protectedMeeting,
  30. int? spamProtection,
  31. int? translation,
  32. int? videoTranslation,
  33. int? isBasic,
  34. FeatureConfiguration? configurations,
})

Implementation

Features(
    {this.id,
    this.subscriptionId,
    this.isActive,
    this.audioVideoConference,
    this.meetDuration,
    this.cloudStorage,
    this.saveCloud,
    this.internationalPhone,
    this.hostMeetingMobile,
    this.conferenceChat,
    this.whiteboard,
    this.noiseCancellation,
    this.recordMeeting,
    this.poll,
    this.raiseHand,
    this.breakoutRoom,
    this.screenSharing,
    this.voiceTranscription,
    this.voiceTextTranslation,
    this.liveStream,
    this.shareYoutube,
    this.trackAttendance,
    this.muteParticipant,
    this.disableCamera,
    this.compatibility,
    this.mobileSupport,
    this.encryption,
    this.lobby,
    this.protectedMeeting,
    this.spamProtection,
    this.translation,
    this.videoTranslation,
    this.isBasic,
    this.configurations,
    });