VacationSettings constructor

VacationSettings({
  1. bool? enableAutoReply,
  2. String? endTime,
  3. String? responseBodyHtml,
  4. String? responseBodyPlainText,
  5. String? responseSubject,
  6. bool? restrictToContacts,
  7. bool? restrictToDomain,
  8. String? startTime,
})

Implementation

VacationSettings({
  this.enableAutoReply,
  this.endTime,
  this.responseBodyHtml,
  this.responseBodyPlainText,
  this.responseSubject,
  this.restrictToContacts,
  this.restrictToDomain,
  this.startTime,
});