Method: PureCloud::ConversationNotificationEmails.attribute_map

Defined in:
lib/purecloudplatformclientv2/models/conversation_notification_emails.rb

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# File 'lib/purecloudplatformclientv2/models/conversation_notification_emails.rb', line 46

def self.attribute_map
  {
    :'id' => :'id',
    :'state' => :'state',
    :'held' => :'held',
    :'subject' => :'subject',
    :'provider' => :'provider',
    :'messages_sent' => :'messagesSent',
    :'error_info' => :'errorInfo',
    :'disconnect_type' => :'disconnectType',
    :'start_hold_time' => :'startHoldTime',
    :'connected_time' => :'connectedTime',
    :'disconnected_time' => :'disconnectedTime',
    :'additional_properties' => :'additionalProperties'
  }
end