GoogleCloudAssuredworkloadsV1DbFindingSummary constructor

GoogleCloudAssuredworkloadsV1DbFindingSummary({
  1. String? findingCategory,
  2. String? findingClass,
  3. String? findingCount,
  4. String? name,
  5. String? organizationPolicyFindingCount,
  6. List<String>? relatedFrameworks,
  7. String? resourceFindingCount,
  8. String? severity,
  9. String? updateTime,
})

Implementation

GoogleCloudAssuredworkloadsV1DbFindingSummary({
  this.findingCategory,
  this.findingClass,
  this.findingCount,
  this.name,
  this.organizationPolicyFindingCount,
  this.relatedFrameworks,
  this.resourceFindingCount,
  this.severity,
  this.updateTime,
});