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. bool? disableTcpConnections,
  8. String? displayName,
  9. bool? enableAuditAgent,
  10. CustomerEncryptionKey? encryptionKey,
  11. String? etag,
  12. Host? host,
  13. String? idleTimeout,
  14. Map<String, String>? labels,
  15. String? name,
  16. List<PersistentDirectory>? persistentDirectories,
  17. List<ReadinessCheck>? readinessChecks,
  18. bool? reconciling,
  19. List<String>? replicaZones,
  20. String? runningTimeout,
  21. String? uid,
  22. String? updateTime,
})

Implementation

WorkstationConfig({
  this.annotations,
  this.conditions,
  this.container,
  this.createTime,
  this.degraded,
  this.deleteTime,
  this.disableTcpConnections,
  this.displayName,
  this.enableAuditAgent,
  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,
});