Method: PureCloud::Document.swagger_types

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

.swagger_typesObject

Attribute type mapping.



127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
# File 'lib/purecloudplatformclientv2/models/document.rb', line 127

def self.swagger_types
  {
    :'id' => :'String',
    :'name' => :'String',
    :'change_number' => :'Integer',
    :'date_created' => :'DateTime',
    :'date_modified' => :'DateTime',
    :'date_uploaded' => :'DateTime',
    :'content_uri' => :'String',
    :'workspace' => :'UriReference',
    :'created_by' => :'UriReference',
    :'uploaded_by' => :'UriReference',
    :'content_type' => :'String',
    :'content_length' => :'Integer',
    :'system_type' => :'String',
    :'filename' => :'String',
    :'page_count' => :'Integer',
    :'read' => :'BOOLEAN',
    :'caller_address' => :'String',
    :'receiver_address' => :'String',
    :'tags' => :'Array<String>',
    :'tag_values' => :'Array<TagValue>',
    :'attributes' => :'Array<DocumentAttribute>',
    :'thumbnails' => :'Array<DocumentThumbnail>',
    :'upload_status' => :'UriReference',
    :'upload_destination_uri' => :'String',
    :'upload_method' => :'String',
    :'lock_info' => :'LockInfo',
    :'acl' => :'Array<String>',
    :'sharing_status' => :'String',
    :'sharing_uri' => :'String',
    :'download_sharing_uri' => :'String',
    :'self_uri' => :'String'
  }
end