ComposerWorkloadStatus constructor

ComposerWorkloadStatus({
  1. String? detailedStatusMessage,
  2. String? state,
  3. String? statusMessage,
})

Implementation

ComposerWorkloadStatus({
  this.detailedStatusMessage,
  this.state,
  this.statusMessage,
});