Method: ArtikCloud::MessageOut.swagger_types
- Defined in:
- lib/artikcloud/models/message_out.rb
.swagger_types ⇒ Object
Attribute type mapping.
69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 |
# File 'lib/artikcloud/models/message_out.rb', line 69 def self.swagger_types { :'data' => :'Hash<String, Object>', :'cid' => :'String', :'ddid' => :'String', :'sdid' => :'String', :'ts' => :'Integer', :'type' => :'String', :'mid' => :'String', :'uid' => :'String', :'sdtid' => :'String', :'cts' => :'Integer', :'mv' => :'Integer' } end |