Click or drag to resize

GetConfigurationsResponse Class

An array that lists each configuration's ID, name, description, creation date, and date of last update.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.Discovery.v1GetConfigurationsResponse

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 GetConfigurationsResponse

The GetConfigurationsResponse type exposes the following members.

Constructors
  NameDescription
Public methodGetConfigurationsResponse
Initializes a new instance of the GetConfigurationsResponse class
Top
Properties
  NameDescription
Public propertyconfigurations
An array of [configurations] that are available for the service instance.
Top
See Also