GoogleApi.CloudAsset.V1.Model.MoveAnalysis (google_api_cloud_asset v0.42.0)
View SourceA message to group the analysis information.
Attributes
-
analysis(type:GoogleApi.CloudAsset.V1.Model.MoveAnalysisResult.t, default:nil) - Analysis result of moving the target resource. -
displayName(type:String.t, default:nil) - The user friendly display name of the analysis. E.g. IAM, organization policy etc. -
error(type:GoogleApi.CloudAsset.V1.Model.Status.t, default:nil) - Description of error encountered when performing the analysis.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudAsset.V1.Model.MoveAnalysis{ analysis: GoogleApi.CloudAsset.V1.Model.MoveAnalysisResult.t() | nil, displayName: String.t() | nil, error: GoogleApi.CloudAsset.V1.Model.Status.t() | nil }