SetLocationsRequest constructor

SetLocationsRequest({
  1. String? clusterId,
  2. List<String>? locations,
  3. String? name,
  4. String? projectId,
  5. String? zone,
})

Implementation

SetLocationsRequest({
  this.clusterId,
  this.locations,
  this.name,
  this.projectId,
  this.zone,
});