CloudArmor constructor

CloudArmor({
  1. AdaptiveProtection? adaptiveProtection,
  2. Attack? attack,
  3. String? duration,
  4. Requests? requests,
  5. SecurityPolicy? securityPolicy,
  6. String? threatVector,
})

Implementation

CloudArmor({
  this.adaptiveProtection,
  this.attack,
  this.duration,
  this.requests,
  this.securityPolicy,
  this.threatVector,
});