Mutation$AddOrUpdateLowPowerAlarm constructor

Mutation$AddOrUpdateLowPowerAlarm({
  1. Mutation$AddOrUpdateLowPowerAlarm$addOrUpdatePlusDeviceLowPowerAlarmConfiguration? addOrUpdatePlusDeviceLowPowerAlarmConfiguration,
  2. String $__typename = 'Mutation',
})

Implementation

Mutation$AddOrUpdateLowPowerAlarm({
  this.addOrUpdatePlusDeviceLowPowerAlarmConfiguration,
  this.$__typename = 'Mutation',
});