Method: PureCloud::DocumentDataNotification.swagger_types

Defined in:
lib/purecloud/models/document_data_notification.rb

.swagger_typesObject

Attribute type mapping.



93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
# File 'lib/purecloud/models/document_data_notification.rb', line 93

def self.swagger_types
  {
    :'id' => :'String',
    :'name' => :'String',
    :'date_created' => :'String',
    :'date_modified' => :'String',
    :'workspace' => :'DocumentDataNotificationWorkspace',
    :'created_by' => :'DocumentDataNotificationCreatedBy',
    :'content_type' => :'String',
    :'content_length' => :'Integer',
    :'filename' => :'String',
    :'file_name' => :'String',
    :'change_number' => :'Integer',
    :'date_uploaded' => :'String',
    :'uploaded_by' => :'DocumentDataNotificationUserData',
    :'lock_info' => :'DocumentDataNotificationLockInfo',
    :'page_count' => :'Integer',
    :'self_uri' => :'String'
    
  }
end