Method: OryClient::Message.attribute_map
- Defined in:
- lib/ory-client/models/message.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 |
# File 'lib/ory-client/models/message.rb', line 69 def self.attribute_map { :'body' => :'body', :'channel' => :'channel', :'created_at' => :'created_at', :'dispatches' => :'dispatches', :'id' => :'id', :'recipient' => :'recipient', :'send_count' => :'send_count', :'status' => :'status', :'subject' => :'subject', :'template_type' => :'template_type', :'type' => :'type', :'updated_at' => :'updated_at' } end |