Class: Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1MoveImpact
- Inherits:
-
Object
- Object
- Google::Apis::AssuredworkloadsV1::GoogleCloudAssuredworkloadsV1MoveImpact
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/assuredworkloads_v1/classes.rb,
lib/google/apis/assuredworkloads_v1/representations.rb,
lib/google/apis/assuredworkloads_v1/representations.rb
Overview
Represents the impact of moving the asset to the target.
Instance Attribute Summary collapse
-
#detail ⇒ String
Explanation of the impact.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAssuredworkloadsV1MoveImpact
constructor
A new instance of GoogleCloudAssuredworkloadsV1MoveImpact.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAssuredworkloadsV1MoveImpact
Returns a new instance of GoogleCloudAssuredworkloadsV1MoveImpact.
308 309 310 |
# File 'lib/google/apis/assuredworkloads_v1/classes.rb', line 308 def initialize(**args) update!(**args) end |
Instance Attribute Details
#detail ⇒ String
Explanation of the impact.
Corresponds to the JSON property detail
306 307 308 |
# File 'lib/google/apis/assuredworkloads_v1/classes.rb', line 306 def detail @detail end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
313 314 315 |
# File 'lib/google/apis/assuredworkloads_v1/classes.rb', line 313 def update!(**args) @detail = args[:detail] if args.key?(:detail) end |