View Source GoogleApi.AssuredWorkloads.V1.Model.GoogleCloudAssuredworkloadsV1MoveAnalysisGroup (google_api_assured_workloads v0.18.0)
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.
Attributes
-
analysisResult(type:GoogleApi.AssuredWorkloads.V1.Model.GoogleCloudAssuredworkloadsV1MoveAnalysisResult.t, default:nil) - Result of a successful analysis. -
displayName(type:String.t, default:nil) - Name of the analysis group. -
error(type:GoogleApi.AssuredWorkloads.V1.Model.GoogleRpcStatus.t, default:nil) - Error details for a failed analysis.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AssuredWorkloads.V1.Model.GoogleCloudAssuredworkloadsV1MoveAnalysisGroup{ analysisResult: GoogleApi.AssuredWorkloads.V1.Model.GoogleCloudAssuredworkloadsV1MoveAnalysisResult.t() | nil, displayName: String.t() | nil, error: GoogleApi.AssuredWorkloads.V1.Model.GoogleRpcStatus.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.