Click or drag to resize

DeleteEnvironmentResponse Class

The environment's unique identifier and its status. A status of deleted indicates that the environment has been successfully deleted.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.Discovery.v1DeleteEnvironmentResponse

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 DeleteEnvironmentResponse

The DeleteEnvironmentResponse type exposes the following members.

Constructors
  NameDescription
Public methodDeleteEnvironmentResponse
Initializes a new instance of the DeleteEnvironmentResponse class
Top
Properties
  NameDescription
Public propertyenvironment_id
Unique identifier for this environment.
Public propertystatus
Status of the environment.
Top
See Also