Method: PureCloud::EmailConversation.attribute_map
- Defined in:
- lib/purecloud/models/email_conversation.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 |
# File 'lib/purecloud/models/email_conversation.rb', line 36 def self.attribute_map { :'id' => :'id', :'name' => :'name', :'participants' => :'participants', :'other_media_uris' => :'otherMediaUris', :'self_uri' => :'selfUri' } end |