GoogleCloudApigeeV1SecurityIncident constructor

GoogleCloudApigeeV1SecurityIncident({
  1. List<String>? detectionTypes,
  2. String? displayName,
  3. String? firstDetectedTime,
  4. String? lastDetectedTime,
  5. String? lastObservabilityChangeTime,
  6. String? name,
  7. String? observability,
  8. String? riskLevel,
  9. String? trafficCount,
})

Implementation

GoogleCloudApigeeV1SecurityIncident({
  this.detectionTypes,
  this.displayName,
  this.firstDetectedTime,
  this.lastDetectedTime,
  this.lastObservabilityChangeTime,
  this.name,
  this.observability,
  this.riskLevel,
  this.trafficCount,
});