class AsposeWordsCloud::SplitDocumentOnlineResponse
Response model for split_document_online operation.
Attributes
The document after modification.
The REST response with a result of document splitting. This response should be returned by the service when handling: POST /{name}/split.
Public Class Methods
Source
# File lib/aspose_words_cloud/models/responses/split_document_online_response.rb, line 42 def initialize() self.model = nil self.document = nil end
Initializes a new instance.