SetAddonsConfigRequest constructor
      
      SetAddonsConfigRequest({ 
    
    
- AddonsConfig? addonsConfig,
- String? clusterId,
- String? name,
- String? projectId,
- String? zone,
Implementation
SetAddonsConfigRequest({
  this.addonsConfig,
  this.clusterId,
  this.name,
  this.projectId,
  this.zone,
});