GoogleCloudAssuredworkloadsV1FetchDbFrameworkComplianceReportResponse constructor

GoogleCloudAssuredworkloadsV1FetchDbFrameworkComplianceReportResponse({
  1. GoogleCloudAssuredworkloadsV1ControlAssessmentDetails? controlAssessmentDetails,
  2. String? framework,
  3. List<String>? frameworkCategories,
  4. String? frameworkDescription,
  5. String? frameworkDisplayName,
  6. String? frameworkType,
  7. String? majorRevisionId,
  8. String? minorRevisionId,
  9. String? name,
  10. List<String>? supportedCloudProviders,
  11. List<GoogleCloudAssuredworkloadsV1TargetResourceDetails>? targetResourceDetails,
  12. 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,
});