AccessReview constructor

AccessReview({
  1. String? group,
  2. String? name,
  3. String? ns,
  4. String? resource,
  5. String? subresource,
  6. String? verb,
  7. String? version,
})

Implementation

AccessReview({
  this.group,
  this.name,
  this.ns,
  this.resource,
  this.subresource,
  this.verb,
  this.version,
});