View Source GoogleApi.CloudAsset.V1.Model.AnalyzeMoveResponse (google_api_cloud_asset v0.35.0)

The response message for resource move analysis.

Attributes

  • moveAnalysis (type: list(GoogleApi.CloudAsset.V1.Model.MoveAnalysis.t), default: nil) - The list of analyses returned from performing the intended resource move analysis. The analysis is grouped by different Google Cloud services.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudAsset.V1.Model.AnalyzeMoveResponse{
  moveAnalysis: [GoogleApi.CloudAsset.V1.Model.MoveAnalysis.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.