Click or drag to resize

GetCollectionsResponse Class

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

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 GetCollectionsResponse

The GetCollectionsResponse type exposes the following members.

Constructors
  NameDescription
Public methodGetCollectionsResponse
Initializes a new instance of the GetCollectionsResponse class
Top
Properties
  NameDescription
Public propertycollections
An array containing information about each collection in the environment.
Top
See Also