Workstation constructor

Workstation({
  1. Map<String, String>? annotations,
  2. String? createTime,
  3. String? deleteTime,
  4. String? displayName,
  5. Map<String, String>? env,
  6. String? etag,
  7. String? host,
  8. String? kmsKey,
  9. Map<String, String>? labels,
  10. String? name,
  11. bool? reconciling,
  12. String? startTime,
  13. String? state,
  14. String? uid,
  15. String? updateTime,
})

Implementation

Workstation({
  this.annotations,
  this.createTime,
  this.deleteTime,
  this.displayName,
  this.env,
  this.etag,
  this.host,
  this.kmsKey,
  this.labels,
  this.name,
  this.reconciling,
  this.startTime,
  this.state,
  this.uid,
  this.updateTime,
});