Click or drag to resize

ConfigurationRef Class

A list of information about the configuration.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.Discovery.v1ConfigurationRef

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 ConfigurationRef

The ConfigurationRef type exposes the following members.

Constructors
  NameDescription
Public methodConfigurationRef
Initializes a new instance of the ConfigurationRef class
Top
Properties
  NameDescription
Public propertyconfiguration_id
Unique identifier for this configuration.
Public propertycreated
Creation date of the configuration, in the format yyyy-MM-dd'T'HH:mm:ss.SSS'Z'.
Public propertydescription
Description of the configuration, if available.
Public propertyname
Name that identifies the configuration.
Public propertyupdated
Date of most recent configuration update, in the format yyyy-MM-dd'T'HH:mm:ss.SSS'Z'.
Top
See Also