GoogleCloudAssuredworkloadsV1WorkloadComplianceStatus class
Represents the Compliance Status of this workload
Constructors
- GoogleCloudAssuredworkloadsV1WorkloadComplianceStatus({int? acknowledgedResourceViolationCount, int? acknowledgedViolationCount, int? activeResourceViolationCount, int? activeViolationCount})
- GoogleCloudAssuredworkloadsV1WorkloadComplianceStatus.fromJson(Map json_)
Properties
- acknowledgedResourceViolationCount ↔ int?
-
Number of current resource violations which are not acknowledged.
getter/setter pair
- acknowledgedViolationCount ↔ int?
-
Number of current orgPolicy violations which are acknowledged.
getter/setter pair
- activeResourceViolationCount ↔ int?
-
Number of current resource violations which are acknowledged.
getter/setter pair
- activeViolationCount ↔ int?
-
Number of current orgPolicy violations which are not acknowledged.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited