CompleteIPRotationRequest constructor

CompleteIPRotationRequest({
  1. String? clusterId,
  2. String? name,
  3. String? projectId,
  4. String? zone,
})

Implementation

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