Class: Google::Monitoring::V3::MutationRecord
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Monitoring::V3::MutationRecord
 
 
- Defined in:
 - lib/google/cloud/monitoring/v3/doc/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.
      25  | 
    
      # File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/mutation_record.rb', line 25 class MutationRecord; end  | 
  
#mutated_by ⇒ String
Returns The email address of the user making the change.
      25  | 
    
      # File 'lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/mutation_record.rb', line 25 class MutationRecord; end  |