WorkstationConfig constructor

WorkstationConfig({
  1. Map<String, String>? annotations,
  2. List<Status>? conditions,
  3. Container? container,
  4. String? createTime,
  5. bool? degraded,
  6. String? deleteTime,
  7. String? displayName,
  8. CustomerEncryptionKey? encryptionKey,
  9. String? etag,
  10. Host? host,
  11. String? idleTimeout,
  12. Map<String, String>? labels,
  13. String? name,
  14. List<PersistentDirectory>? persistentDirectories,
  15. List<ReadinessCheck>? readinessChecks,
  16. bool? reconciling,
  17. List<String>? replicaZones,
  18. String? runningTimeout,
  19. String? uid,
  20. String? updateTime,
})

Implementation

WorkstationConfig({
  this.annotations,
  this.conditions,
  this.container,
  this.createTime,
  this.degraded,
  this.deleteTime,
  this.displayName,
  this.encryptionKey,
  this.etag,
  this.host,
  this.idleTimeout,
  this.labels,
  this.name,
  this.persistentDirectories,
  this.readinessChecks,
  this.reconciling,
  this.replicaZones,
  this.runningTimeout,
  this.uid,
  this.updateTime,
});