class Google::Apis::CloudassetV1::MoveImpact

A message to group impacts of moving the target resource.

Attributes

detail[RW]

User friendly impact detail in a free form message. Corresponds to the JSON property `detail` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/cloudasset_v1/classes.rb, line 3263
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 3268
def update!(**args)
  @detail = args[:detail] if args.key?(:detail)
end