GoogleCloudAssuredworkloadsV1WorkloadComplianceStatus constructor

GoogleCloudAssuredworkloadsV1WorkloadComplianceStatus({
  1. int? acknowledgedResourceViolationCount,
  2. int? acknowledgedViolationCount,
  3. int? activeResourceViolationCount,
  4. int? activeViolationCount,
})

Implementation

GoogleCloudAssuredworkloadsV1WorkloadComplianceStatus({
  this.acknowledgedResourceViolationCount,
  this.acknowledgedViolationCount,
  this.activeResourceViolationCount,
  this.activeViolationCount,
});