GoogleCloudAssuredworkloadsV1DbControlComplianceSummary constructor
GoogleCloudAssuredworkloadsV1DbControlComplianceSummary({
- List<
GoogleCloudAssuredworkloadsV1CloudControlReport> ? cloudControlReports, - List<
String> ? complianceFrameworks, - String? control,
- String? controlResponsibilityType,
- String? description,
- String? displayName,
- bool? isFakeControl,
- String? name,
- String? overallEvaluationState,
- List<
GoogleCloudAssuredworkloadsV1SimilarControls> ? similarControls, - 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,
});