AuthzPolicyAuthzRuleHeaderMatch constructor
AuthzPolicyAuthzRuleHeaderMatch({
- String? name,
- AuthzPolicyAuthzRuleStringMatch? value,
Implementation
AuthzPolicyAuthzRuleHeaderMatch({
this.name,
this.value,
});