Method: Falcon::ProcessesapiProcessDetail.attribute_map
- Defined in:
- lib/crimson-falcon/models/processesapi_process_detail.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
54 55 56 57 58 59 60 61 62 63 64 65 66 |
# File 'lib/crimson-falcon/models/processesapi_process_detail.rb', line 54 def self.attribute_map { :'command_line' => :'command_line', :'device_id' => :'device_id', :'file_name' => :'file_name', :'process_id' => :'process_id', :'process_id_local' => :'process_id_local', :'start_timestamp' => :'start_timestamp', :'start_timestamp_raw' => :'start_timestamp_raw', :'stop_timestamp' => :'stop_timestamp', :'stop_timestamp_raw' => :'stop_timestamp_raw' } end |