Click or drag to resize

Counterexample Class

Counterexample.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.Assistant.v1Counterexample

Namespace:  IBM.Watson.DeveloperCloud.Services.Assistant.v1
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class Counterexample

The Counterexample type exposes the following members.

Constructors
  NameDescription
Public methodCounterexample
Initializes a new instance of the Counterexample class
Top
Properties
  NameDescription
Public propertyCreated
The timestamp for creation of the counterexample.
Public propertyText
The text of the counterexample.
Public propertyUpdated
The timestamp for the last update to the counterexample.
Top
See Also