Method: MailSlurpClient::Complaint.attribute_map
- Defined in:
- lib/mailslurp_client/models/complaint.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
34 35 36 37 38 39 40 41 42 43 44 45 |
# File 'lib/mailslurp_client/models/complaint.rb', line 34 def self.attribute_map { :'id' => :'id', :'user_id' => :'userId', :'event_type' => :'eventType', :'mail_source' => :'mailSource', :'mail_message_id' => :'mailMessageId', :'complaint_recipient' => :'complaintRecipient', :'created_at' => :'createdAt', :'updated_at' => :'updatedAt' } end |