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.
20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
# File 'lib/purecloud/models/email_conversation.rb', line 20 def self.attribute_map { :'id' => :'id', :'name' => :'name', :'participants' => :'participants', :'other_media_uris' => :'otherMediaUris', :'self_uri' => :'selfUri' } end |