GoogleCloudAssuredworkloadsV1MoveAnalysisGroup class
Represents a logical group of checks performed for an asset.
If successful, the group contains the analysis result, otherwise it contains an error with the failure reason.
Constructors
- GoogleCloudAssuredworkloadsV1MoveAnalysisGroup({GoogleCloudAssuredworkloadsV1MoveAnalysisResult? analysisResult, String? displayName, GoogleRpcStatus? error})
- GoogleCloudAssuredworkloadsV1MoveAnalysisGroup.fromJson(Map json_)
Properties
- analysisResult ↔ GoogleCloudAssuredworkloadsV1MoveAnalysisResult?
-
Result of a successful analysis.
getter/setter pair
- displayName ↔ String?
-
Name of the analysis group.
getter/setter pair
- error ↔ GoogleRpcStatus?
-
Error details for a failed analysis.
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