Method: PureCloud::FaxDataV2Notification.swagger_types
- Defined in:
- lib/purecloud/models/fax_data_v2_notification.rb
.swagger_types ⇒ Object
Attribute type mapping.
97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 |
# File 'lib/purecloud/models/fax_data_v2_notification.rb', line 97 def self.swagger_types { :'id' => :'String', :'name' => :'String', :'date_created' => :'DateTime', :'date_modified' => :'DateTime', :'workspace' => :'DocumentDataV2NotificationWorkspace', :'created_by' => :'DocumentDataV2NotificationCreatedBy', :'content_type' => :'String', :'content_length' => :'Integer', :'filename' => :'String', :'change_number' => :'Integer', :'date_uploaded' => :'DateTime', :'uploaded_by' => :'FaxDataV2NotificationUserData', :'lock_info' => :'FaxDataV2NotificationLockInfo', :'self_uri' => :'String', :'caller_address' => :'String', :'receiver_address' => :'String', :'read' => :'BOOLEAN' } end |