GatewaySecurityPolicy constructor

GatewaySecurityPolicy({
  1. String? createTime,
  2. String? description,
  3. String? name,
  4. String? tlsInspectionPolicy,
  5. String? updateTime,
})

Implementation

GatewaySecurityPolicy({
  this.createTime,
  this.description,
  this.name,
  this.tlsInspectionPolicy,
  this.updateTime,
});