ResourceStatusShutdownDetails constructor

ResourceStatusShutdownDetails({
  1. Duration? maxDuration,
  2. String? requestTimestamp,
  3. String? stopState,
  4. String? targetState,
})

Implementation

ResourceStatusShutdownDetails({
  this.maxDuration,
  this.requestTimestamp,
  this.stopState,
  this.targetState,
});