Click or drag to resize

DeleteConfigurationResponse Class

The configuration ID and the status of the delete operation, and a warning if the configuration was referenced by anything.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.Discovery.v1DeleteConfigurationResponse

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 DeleteConfigurationResponse

The DeleteConfigurationResponse type exposes the following members.

Constructors
  NameDescription
Public methodDeleteConfigurationResponse
Initializes a new instance of the DeleteConfigurationResponse class
Top
Properties
  NameDescription
Public propertyconfiguration_id
Unique identifier for the configuration.
Public propertynotices
An array of notice messages, if any.
Public propertystatus
Status of the configuration. A deleted configuration has the status deleted.
Top
See Also