class AsposeWordsCloud::InsertBookmarkOnlineResponse
Response model for insert_bookmark_online operation.
Attributes
The document after modification.
The REST response with a bookmark. This response should be returned by the service when handling: GET bookmarks/{bookmarkName}.
Public Class Methods
Source
# File lib/aspose_words_cloud/models/responses/insert_bookmark_online_response.rb, line 42 def initialize() self.model = nil self.document = nil end
Initializes a new instance.