RadarrCommandBody constructor

RadarrCommandBody({
  1. String? type,
  2. bool? sendUpdatesToClient,
  3. bool? updateScheduledTask,
  4. String? completionMessage,
  5. bool? requiresDiskAccess,
  6. bool? isExclusive,
  7. bool? isTypeExclusive,
  8. String? name,
  9. String? trigger,
  10. bool? suppressMessages,
})

Implementation

RadarrCommandBody({
    this.type,
    this.sendUpdatesToClient,
    this.updateScheduledTask,
    this.completionMessage,
    this.requiresDiskAccess,
    this.isExclusive,
    this.isTypeExclusive,
    this.name,
    this.trigger,
    this.suppressMessages,
});