Class: Google::Apis::CloudassetV1::MoveImpact
- Inherits:
-
Object
- Object
- Google::Apis::CloudassetV1::MoveImpact
- 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
A message to group impacts of moving the target resource.
Instance Attribute Summary collapse
-
#detail ⇒ String
User friendly impact detail in a free form message.
Instance Method Summary collapse
-
#initialize(**args) ⇒ MoveImpact
constructor
A new instance of MoveImpact.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ MoveImpact
Returns a new instance of MoveImpact.
4398 4399 4400 |
# File 'lib/google/apis/cloudasset_v1/classes.rb', line 4398 def initialize(**args) update!(**args) end |
Instance Attribute Details
#detail ⇒ String
User friendly impact detail in a free form message.
Corresponds to the JSON property detail
4396 4397 4398 |
# File 'lib/google/apis/cloudasset_v1/classes.rb', line 4396 def detail @detail end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4403 4404 4405 |
# File 'lib/google/apis/cloudasset_v1/classes.rb', line 4403 def update!(**args) @detail = args[:detail] if args.key?(:detail) end |