GoogleCloudAssuredworkloadsV1CloudControlAssessmentDetails class
The cloud control assessment details for non-manual cloud controls.
Constructors
- GoogleCloudAssuredworkloadsV1CloudControlAssessmentDetails({String? evaluationState, int? findingsCount})
- GoogleCloudAssuredworkloadsV1CloudControlAssessmentDetails.fromJson(Map json_)
Properties
- evaluationState ↔ String?
-
The evaluation status of the cloud control.
getter/setter pair
- findingsCount ↔ int?
-
The number of findings for the cloud control.
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