DealerNotificationSettingsUpdateV3Body constructor

const DealerNotificationSettingsUpdateV3Body({
  1. bool? sendShutdowns,
  2. bool? sendWarnings,
  3. bool? sendGeneratorRunningNotices,
  4. bool? sendNotices,
  5. bool? sendConnectionNotices,
  6. bool? sendMaintenanceNotices,
  7. bool? sendLongRunningNotices,
  8. bool? sendNotificationEmails,
  9. bool? createOnly,
})

Implementation

const DealerNotificationSettingsUpdateV3Body({
  this.sendShutdowns,
  this.sendWarnings,
  this.sendGeneratorRunningNotices,
  this.sendNotices,
  this.sendConnectionNotices,
  this.sendMaintenanceNotices,
  this.sendLongRunningNotices,
  this.sendNotificationEmails,
  this.createOnly,
});