class Google::Apis::MonitoringV3::MutationRecord
Describes a change made to a configuration.
Attributes
mutate_time[RW]
When the change occurred. Corresponds to the JSON property `mutateTime` @return [String]
mutated_by[RW]
The email address of the user making the change. Corresponds to the JSON property `mutatedBy` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/monitoring_v3/classes.rb, line 2830 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/monitoring_v3/classes.rb, line 2835 def update!(**args) @mutate_time = args[:mutate_time] if args.key?(:mutate_time) @mutated_by = args[:mutated_by] if args.key?(:mutated_by) end