class Docr::Types::SystemEventsResponse
  
  - Docr::Types::SystemEventsResponse
 - Reference
 - Object
 
Included Modules
- JSON::Serializable
 
Defined in:
docr/types/system_events_response.crConstructors
Instance Method Summary
- 
        #action : String
        
          
The type of event
 - 
        #action=(action : String)
        
          
The type of event
 - #actor : Actor
 - #actor=(actor : Actor)
 - 
        #time : Int32
        
          
Timestamp of event
 - 
        #time=(time : Int32)
        
          
Timestamp of event
 - 
        #time_nano : Int64
        
          
Timestamp of event, with nanosecond accuracy
 - 
        #time_nano=(time_nano : Int64)
        
          
Timestamp of event, with nanosecond accuracy
 - 
        #type : String
        
          
The type of object emitting the event
 - 
        #type=(type : String)
        
          
The type of object emitting the event