InstanceGroupStatus constructor
InstanceGroupStatus({
- InstanceGroupState? state,
- InstanceGroupStateChangeReason? stateChangeReason,
- InstanceGroupTimeline? timeline,
Implementation
InstanceGroupStatus({
this.state,
this.stateChangeReason,
this.timeline,
});