class Google::Apis::CloudassetV1::AnalyzeMoveResponse

The response message for resource move analysis.

Attributes

move_analysis[RW]

The list of analyses returned from performing the intended resource move analysis. The analysis is grouped by different Cloud services. Corresponds to the JSON property `moveAnalysis` @return [Array<Google::Apis::CloudassetV1::MoveAnalysis>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/cloudasset_v1/classes.rb, line 156
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/cloudasset_v1/classes.rb, line 161
def update!(**args)
  @move_analysis = args[:move_analysis] if args.key?(:move_analysis)
end