class AsposeWordsCloud::UpdateTableRowFormatOnlineResponse
Response model for update_table_row_format_online operation.
Attributes
The document after modification.
The REST response with the formatting properties of a table row. This response is returned by the Service when handling “GET api.aspose.cloud/v4.0/words/Test.doc/tables/{0}/rows/{1}/rowformat” REST API requests.
Public Class Methods
Source
# File lib/aspose_words_cloud/models/responses/update_table_row_format_online_response.rb, line 42 def initialize() self.model = nil self.document = nil end
Initializes a new instance.