Class: Google::Cloud::Monitoring::V3::MutationRecord
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::V3::MutationRecord
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/monitoring/v3/mutation_record.rb
Overview
Describes a change made to a configuration.
Instance Attribute Summary collapse
-
#mutate_time ⇒ ::Google::Protobuf::Timestamp
When the change occurred.
-
#mutated_by ⇒ ::String
The email address of the user making the change.
Instance Attribute Details
#mutate_time ⇒ ::Google::Protobuf::Timestamp
Returns When the change occurred.
31 32 33 34 |
# File 'proto_docs/google/monitoring/v3/mutation_record.rb', line 31 class MutationRecord include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#mutated_by ⇒ ::String
Returns The email address of the user making the change.
31 32 33 34 |
# File 'proto_docs/google/monitoring/v3/mutation_record.rb', line 31 class MutationRecord include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |