Method: PureCloud::RecordingEmailMessage.attribute_map
- Defined in:
- lib/purecloud/models/recording_email_message.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 |
# File 'lib/purecloud/models/recording_email_message.rb', line 43 def self.attribute_map { :'html_body' => :'htmlBody', :'text_body' => :'textBody', :'id' => :'id', :'to' => :'to', :'cc' => :'cc', :'bcc' => :'bcc', :'from' => :'from', :'subject' => :'subject', :'attachments' => :'attachments', :'time' => :'time' } end |