NamedRuleWithOperations constructor

const NamedRuleWithOperations({
  1. List<String>? apiGroups,
  2. List<String>? apiVersions,
  3. List<String>? operations,
  4. List<String>? resourceNames,
  5. List<String>? resources,
  6. String? scope,
})

Default constructor.

Implementation

const NamedRuleWithOperations({
  this.apiGroups,
  this.apiVersions,
  this.operations,
  this.resourceNames,
  this.resources,
  this.scope,
});