class AsposeWordsCloud::CompressDocumentOnlineResponse
Response model for compress_document_online operation.
Attributes
The document after modification.
The REST response of compressed document.
Public Class Methods
Source
# File lib/aspose_words_cloud/models/responses/compress_document_online_response.rb, line 41 def initialize() self.model = nil self.document = nil end
Initializes a new instance.