ManagedInstance constructor

ManagedInstance({
  1. String? currentAction,
  2. String? id,
  3. String? instance,
  4. List<ManagedInstanceInstanceHealth>? instanceHealth,
  5. String? instanceStatus,
  6. ManagedInstanceLastAttempt? lastAttempt,
  7. String? name,
  8. PreservedState? preservedStateFromConfig,
  9. PreservedState? preservedStateFromPolicy,
  10. ManagedInstanceVersion? version,
})

Implementation

ManagedInstance({
  this.currentAction,
  this.id,
  this.instance,
  this.instanceHealth,
  this.instanceStatus,
  this.lastAttempt,
  this.name,
  this.preservedStateFromConfig,
  this.preservedStateFromPolicy,
  this.version,
});