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.
4387 4388 4389 |
# File 'lib/google/apis/cloudasset_v1/classes.rb', line 4387 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
4385 4386 4387 |
# File 'lib/google/apis/cloudasset_v1/classes.rb', line 4385 def detail @detail end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4392 4393 4394 |
# File 'lib/google/apis/cloudasset_v1/classes.rb', line 4392 def update!(**args) @detail = args[:detail] if args.key?(:detail) end |