Method: PureCloud::DocumentUpload.swagger_types

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

.swagger_typesObject

Attribute type mapping.



47
48
49
50
51
52
53
54
55
# File 'lib/purecloud/models/document_upload.rb', line 47

def self.swagger_types
  {
    :'name' => :'String',
    :'workspace' => :'UriReference',
    :'tags' => :'Array<String>',
    :'tag_ids' => :'Array<String>'
    
  }
end