Method: PureCloud::VoicemailMailboxInfo.attribute_map
- Defined in:
- lib/purecloudclient_v2a/models/voicemail_mailbox_info.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 |
# File 'lib/purecloudclient_v2a/models/voicemail_mailbox_info.rb', line 40 def self.attribute_map { :'usage_size_bytes' => :'usageSizeBytes', :'total_count' => :'totalCount', :'unread_count' => :'unreadCount', :'deleted_count' => :'deletedCount', :'created_date' => :'createdDate', :'modified_date' => :'modifiedDate' } end |