SetMasterAuthRequest constructor

SetMasterAuthRequest({
  1. String? action,
  2. String? clusterId,
  3. String? name,
  4. String? projectId,
  5. MasterAuth? update,
  6. String? zone,
})

Implementation

SetMasterAuthRequest({
  this.action,
  this.clusterId,
  this.name,
  this.projectId,
  this.update,
  this.zone,
});