AuthzPolicyAuthzRuleTo constructor

AuthzPolicyAuthzRuleTo({
  1. List<AuthzPolicyAuthzRuleToRequestOperation>? notOperations,
  2. List<AuthzPolicyAuthzRuleToRequestOperation>? operations,
})

Implementation

AuthzPolicyAuthzRuleTo({
  this.notOperations,
  this.operations,
});