WorkstationCluster constructor

WorkstationCluster({
  1. Map<String, String>? annotations,
  2. List<Status>? conditions,
  3. String? controlPlaneIp,
  4. String? createTime,
  5. bool? degraded,
  6. String? deleteTime,
  7. String? displayName,
  8. DomainConfig? domainConfig,
  9. String? etag,
  10. Map<String, String>? labels,
  11. String? name,
  12. String? network,
  13. PrivateClusterConfig? privateClusterConfig,
  14. bool? reconciling,
  15. String? subnetwork,
  16. String? uid,
  17. String? updateTime,
})

Implementation

WorkstationCluster({
  this.annotations,
  this.conditions,
  this.controlPlaneIp,
  this.createTime,
  this.degraded,
  this.deleteTime,
  this.displayName,
  this.domainConfig,
  this.etag,
  this.labels,
  this.name,
  this.network,
  this.privateClusterConfig,
  this.reconciling,
  this.subnetwork,
  this.uid,
  this.updateTime,
});