Method: PureCloud::DocumentUpload.attribute_map

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

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



32
33
34
35
36
37
38
39
# File 'lib/purecloudplatformclientv2/models/document_upload.rb', line 32

def self.attribute_map
  {
    :'name' => :'name',
    :'workspace' => :'workspace',
    :'tags' => :'tags',
    :'tag_ids' => :'tagIds'
  }
end