EventOutOfOfficeProperties constructor

EventOutOfOfficeProperties({
  1. String? autoDeclineMode,
  2. String? declineMessage,
})

Implementation

EventOutOfOfficeProperties({
  this.autoDeclineMode,
  this.declineMessage,
});