Method: Falcon::StateOnlineStateResultV1.openapi_types
- Defined in:
- lib/crimson-falcon/models/state_online_state_result_v1.rb
.openapi_types ⇒ Object
Attribute type mapping.
59 60 61 62 63 64 65 66 |
# File 'lib/crimson-falcon/models/state_online_state_result_v1.rb', line 59 def self.openapi_types { :'cid' => :'String', :'id' => :'String', :'last_seen' => :'Time', :'state' => :'String' } end |