class AsposeWordsCloud::AcceptAllRevisionsOnlineResponse
Response model for accept_all_revisions_online operation.
Attributes
The document after modification.
The REST response with a result of the modification operations for the revisions collection (now these are acceptAll and rejectAll).
Public Class Methods
Source
# File lib/aspose_words_cloud/models/responses/accept_all_revisions_online_response.rb, line 41 def initialize() self.model = nil self.document = nil end
Initializes a new instance.