GoogleApi.CloudAsset.V1.Model.MoveAnalysis (google_api_cloud_asset v0.28.0) View Source
A 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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
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 }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.