class AsposeWordsCloud::DeleteBordersOnlineResponse
Response model for delete_borders_online operation.
Attributes
The document after modification.
The REST response with a collection of borders. This response is returned by the Service when handling “GET {nodeWithBorders}/borders” REST API requests.
Public Class Methods
Source
# File lib/aspose_words_cloud/models/responses/delete_borders_online_response.rb, line 42 def initialize() self.model = nil self.document = nil end
Initializes a new instance.