GatewaySecurityPolicyRule constructor

GatewaySecurityPolicyRule({
  1. String? applicationMatcher,
  2. String? basicProfile,
  3. String? createTime,
  4. String? description,
  5. bool? enabled,
  6. String? name,
  7. int? priority,
  8. String? sessionMatcher,
  9. bool? tlsInspectionEnabled,
  10. String? updateTime,
})

Implementation

GatewaySecurityPolicyRule({
  this.applicationMatcher,
  this.basicProfile,
  this.createTime,
  this.description,
  this.enabled,
  this.name,
  this.priority,
  this.sessionMatcher,
  this.tlsInspectionEnabled,
  this.updateTime,
});