Method: PureCloud::CallConversationNotification.attribute_map
- Defined in:
- lib/purecloud/models/call_conversation_notification.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 |
# File 'lib/purecloud/models/call_conversation_notification.rb', line 32 def self.attribute_map { :'id' => :'id', :'name' => :'name', :'participants' => :'participants', :'other_media_uris' => :'otherMediaUris', :'recording_state' => :'recordingState' } end |