class Google::Apis::ServicemanagementV1::Advice

Generated advice about this change, used for providing more information about how a change will affect the existing service.

Attributes

description[RW]

Useful description for why this advice was applied and what actions should be taken to mitigate any implied risks. Corresponds to the JSON property `description` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/servicemanagement_v1/classes.rb, line 36
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/servicemanagement_v1/classes.rb, line 41
def update!(**args)
  @description = args[:description] if args.key?(:description)
end