ComposerWorkload constructor

ComposerWorkload({
  1. String? name,
  2. ComposerWorkloadStatus? status,
  3. String? type,
})

Implementation

ComposerWorkload({this.name, this.status, this.type});