GoogleCloudAssuredworkloadsV1WorkloadComplianceStatus.fromJson constructor

GoogleCloudAssuredworkloadsV1WorkloadComplianceStatus.fromJson(
  1. Map json_
)

Implementation

GoogleCloudAssuredworkloadsV1WorkloadComplianceStatus.fromJson(core.Map json_)
  : this(
      acknowledgedResourceViolationCount:
          json_['acknowledgedResourceViolationCount'] as core.int?,
      acknowledgedViolationCount:
          json_['acknowledgedViolationCount'] as core.int?,
      activeResourceViolationCount:
          json_['activeResourceViolationCount'] as core.int?,
      activeViolationCount: json_['activeViolationCount'] as core.int?,
    );