SetAddonsConfigRequest constructor

SetAddonsConfigRequest({
  1. AddonsConfig? addonsConfig,
  2. String? clusterId,
  3. String? name,
  4. String? projectId,
  5. String? zone,
})

Implementation

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