GoogleCloudAssuredworkloadsV1DbControlComplianceSummary constructor

GoogleCloudAssuredworkloadsV1DbControlComplianceSummary({
  1. List<GoogleCloudAssuredworkloadsV1CloudControlReport>? cloudControlReports,
  2. List<String>? complianceFrameworks,
  3. String? control,
  4. String? controlResponsibilityType,
  5. String? description,
  6. String? displayName,
  7. bool? isFakeControl,
  8. String? name,
  9. String? overallEvaluationState,
  10. List<GoogleCloudAssuredworkloadsV1SimilarControls>? similarControls,
  11. int? totalFindingsCount,
})

Implementation

GoogleCloudAssuredworkloadsV1DbControlComplianceSummary({
  this.cloudControlReports,
  this.complianceFrameworks,
  this.control,
  this.controlResponsibilityType,
  this.description,
  this.displayName,
  this.isFakeControl,
  this.name,
  this.overallEvaluationState,
  this.similarControls,
  this.totalFindingsCount,
});