Click or drag to resize

DeleteDocumentResponse Class

The delete document response.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.Discovery.v1DeleteDocumentResponse

Namespace:  IBM.Watson.DeveloperCloud.Services.Discovery.v1
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class DeleteDocumentResponse

The DeleteDocumentResponse type exposes the following members.

Constructors
  NameDescription
Public methodDeleteDocumentResponse
Initializes a new instance of the DeleteDocumentResponse class
Top
Properties
  NameDescription
Public propertydocument_id
Unique identifier of the document.
Public propertystatus
Status of the document. A deleted document has the status deleted.
Top
See Also