PendingMaintenanceAction constructor

PendingMaintenanceAction({
  1. String? action,
  2. DateTime? autoAppliedAfterDate,
  3. DateTime? currentApplyDate,
  4. String? description,
  5. DateTime? forcedApplyDate,
  6. String? optInStatus,
})

Implementation

PendingMaintenanceAction({
  this.action,
  this.autoAppliedAfterDate,
  this.currentApplyDate,
  this.description,
  this.forcedApplyDate,
  this.optInStatus,
});