Click or drag to resize

CollectionRef Class

[Missing <summary> documentation for "T:IBM.Watson.DeveloperCloud.Services.Discovery.v1.CollectionRef"]

Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.Discovery.v1CollectionRef

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 CollectionRef

The CollectionRef type exposes the following members.

Constructors
  NameDescription
Public methodCollectionRef
Initializes a new instance of the CollectionRef class
Top
Properties
  NameDescription
Public propertycollection_id
The unique identifier of the collection.
Public propertyconfiguration_id
The unique identifier of the configuration in which the collection is located.
Public propertycreated
The creation date of the collection, in the format yyyy-MM-dd'T'HH:mm:ss.SSS'Z'.
Public propertydescription
The description of the collection.
Public propertyname
The name of the collection.
Public propertystatus
The status of the collection.
Public propertyupdated
The timestamp of the most recent update to the collection, in the format yyyy-MM-dd'T'HH:mm:ss.SSS'Z'.
Top
See Also