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