CreateClusterRequest constructor

CreateClusterRequest({
  1. Cluster? cluster,
  2. String? parent,
  3. String? projectId,
  4. String? zone,
})

Implementation

CreateClusterRequest({this.cluster, this.parent, this.projectId, this.zone});