StartIPRotationRequest constructor

StartIPRotationRequest({
  1. String? clusterId,
  2. String? name,
  3. String? projectId,
  4. bool? rotateCredentials,
  5. String? zone,
})

Implementation

StartIPRotationRequest({
  this.clusterId,
  this.name,
  this.projectId,
  this.rotateCredentials,
  this.zone,
});