DealerNotificationSettingsUpdateV3Body constructor
const
DealerNotificationSettingsUpdateV3Body({ - bool? sendShutdowns,
- bool? sendWarnings,
- bool? sendGeneratorRunningNotices,
- bool? sendNotices,
- bool? sendConnectionNotices,
- bool? sendMaintenanceNotices,
- bool? sendLongRunningNotices,
- bool? sendNotificationEmails,
- bool? createOnly,
})
Implementation
const DealerNotificationSettingsUpdateV3Body({
this.sendShutdowns,
this.sendWarnings,
this.sendGeneratorRunningNotices,
this.sendNotices,
this.sendConnectionNotices,
this.sendMaintenanceNotices,
this.sendLongRunningNotices,
this.sendNotificationEmails,
this.createOnly,
});