Method: AsposePdfCloud::DocumentResponse.attribute_map

Defined in:
lib/aspose_pdf_cloud/models/document_response.rb

.attribute_mapObject

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



42
43
44
45
46
47
48
49
# File 'lib/aspose_pdf_cloud/models/document_response.rb', line 42

def self.attribute_map
  {
    :'code' => :'Code',
    :'status' => :'Status',
    :'document' => :'Document',
    :'messages' => :'Messages'
  }
end