class AsposeWordsCloud::RemoveAllSignaturesOnlineResponse
Response model for remove_all_signatures_online operation.
Attributes
The document after modification.
The REST response with a document signature collection. This response is returned by the Service when handling any “api.aspose.cloud/v4.0/words/Test.doc/signatures” REST API requests.
Public Class Methods
Source
# File lib/aspose_words_cloud/models/responses/remove_all_signatures_online_response.rb, line 42 def initialize() self.model = nil self.document = nil end
Initializes a new instance.