Click or drag to resize

DeleteCollectionResponse Class

The collection ID and the status of the deletion process.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.Discovery.v1DeleteCollectionResponse

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 DeleteCollectionResponse

The DeleteCollectionResponse type exposes the following members.

Constructors
  NameDescription
Public methodDeleteCollectionResponse
Initializes a new instance of the DeleteCollectionResponse class
Top
Properties
  NameDescription
Public propertycollection_id
The unique identifier of the collection that is being deleted.
Public propertystatus
The status of the collection. The status of a successful deletion operation is deleted.
Top
See Also