SetLabelsRequest constructor

SetLabelsRequest({
  1. String? clusterId,
  2. String? labelFingerprint,
  3. String? name,
  4. String? projectId,
  5. Map<String, String>? resourceLabels,
  6. String? zone,
})

Implementation

SetLabelsRequest({
  this.clusterId,
  this.labelFingerprint,
  this.name,
  this.projectId,
  this.resourceLabels,
  this.zone,
});