GoogleCloudApigeeV1SecurityAssessmentResult class
The security assessment result for one resource.
Constructors
- GoogleCloudApigeeV1SecurityAssessmentResult({String? createTime, GoogleRpcStatus? error, GoogleCloudApigeeV1SecurityAssessmentResultResource? resource, GoogleCloudApigeeV1SecurityAssessmentResultScoringResult? scoringResult})
- GoogleCloudApigeeV1SecurityAssessmentResult.fromJson(Map json_)
Properties
- createTime ↔ String?
-
The time of the assessment of this resource.
getter/setter pair
- error ↔ GoogleRpcStatus?
-
The error status if scoring fails.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- resource ↔ GoogleCloudApigeeV1SecurityAssessmentResultResource?
-
The assessed resource.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scoringResult ↔ GoogleCloudApigeeV1SecurityAssessmentResultScoringResult?
-
The result of the assessment.
getter/setter pair
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