Environment constructor

Environment({
  1. EnvironmentConfig? config,
  2. String? createTime,
  3. Map<String, String>? labels,
  4. String? name,
  5. bool? satisfiesPzs,
  6. String? state,
  7. StorageConfig? storageConfig,
  8. String? updateTime,
  9. String? uuid,
})

Implementation

Environment({
  this.config,
  this.createTime,
  this.labels,
  this.name,
  this.satisfiesPzs,
  this.state,
  this.storageConfig,
  this.updateTime,
  this.uuid,
});