InstanceGroupStatus constructor

InstanceGroupStatus({
  1. InstanceGroupState? state,
  2. InstanceGroupStateChangeReason? stateChangeReason,
  3. InstanceGroupTimeline? timeline,
})

Implementation

InstanceGroupStatus({
  this.state,
  this.stateChangeReason,
  this.timeline,
});