Class: Google::Apis::CloudassetV1::AnalyzeMoveResponse
- Inherits:
-
Object
- Object
- Google::Apis::CloudassetV1::AnalyzeMoveResponse
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudasset_v1/classes.rb,
lib/google/apis/cloudasset_v1/representations.rb,
lib/google/apis/cloudasset_v1/representations.rb
Overview
The response message for resource move analysis.
Instance Attribute Summary collapse
-
#move_analysis ⇒ Array<Google::Apis::CloudassetV1::MoveAnalysis>
The list of analyses returned from performing the intended resource move analysis.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AnalyzeMoveResponse
constructor
A new instance of AnalyzeMoveResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AnalyzeMoveResponse
Returns a new instance of AnalyzeMoveResponse.
172 173 174 |
# File 'lib/google/apis/cloudasset_v1/classes.rb', line 172 def initialize(**args) update!(**args) end |
Instance Attribute Details
#move_analysis ⇒ Array<Google::Apis::CloudassetV1::MoveAnalysis>
The list of analyses returned from performing the intended resource move
analysis. The analysis is grouped by different Google Cloud services.
Corresponds to the JSON property moveAnalysis
170 171 172 |
# File 'lib/google/apis/cloudasset_v1/classes.rb', line 170 def move_analysis @move_analysis end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
177 178 179 |
# File 'lib/google/apis/cloudasset_v1/classes.rb', line 177 def update!(**args) @move_analysis = args[:move_analysis] if args.key?(:move_analysis) end |