SetMaintenancePolicyRequest constructor
      
      SetMaintenancePolicyRequest({ 
    
    
- String? clusterId,
- MaintenancePolicy? maintenancePolicy,
- String? name,
- String? projectId,
- String? zone,
Implementation
SetMaintenancePolicyRequest({
  this.clusterId,
  this.maintenancePolicy,
  this.name,
  this.projectId,
  this.zone,
});