Click or drag to resize

GetFieldsResponse Class

List of the unique fields, and each field's type, that are stored in a collection's index.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.Discovery.v1GetFieldsResponse

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 GetFieldsResponse

The GetFieldsResponse type exposes the following members.

Constructors
  NameDescription
Public methodGetFieldsResponse
Initializes a new instance of the GetFieldsResponse class
Top
Properties
  NameDescription
Public propertyfields
An array containing information about each field in the collection.
Top
See Also