GoogleCloudAssuredworkloadsV1FetchDbFrameworkComplianceReportResponse constructor
GoogleCloudAssuredworkloadsV1FetchDbFrameworkComplianceReportResponse({
- GoogleCloudAssuredworkloadsV1ControlAssessmentDetails? controlAssessmentDetails,
- String? framework,
- List<
String> ? frameworkCategories, - String? frameworkDescription,
- String? frameworkDisplayName,
- String? frameworkType,
- String? majorRevisionId,
- String? minorRevisionId,
- String? name,
- List<
String> ? supportedCloudProviders, - List<
GoogleCloudAssuredworkloadsV1TargetResourceDetails> ? targetResourceDetails, - String? updateTime,
Implementation
GoogleCloudAssuredworkloadsV1FetchDbFrameworkComplianceReportResponse({
this.controlAssessmentDetails,
this.framework,
this.frameworkCategories,
this.frameworkDescription,
this.frameworkDisplayName,
this.frameworkType,
this.majorRevisionId,
this.minorRevisionId,
this.name,
this.supportedCloudProviders,
this.targetResourceDetails,
this.updateTime,
});