Click or drag to resize

Notice Class

Notice messages about the preview operation.
Inheritance Hierarchy
SystemObject
  IBM.Watson.DeveloperCloud.Services.Discovery.v1Notice

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 Notice

The Notice type exposes the following members.

Constructors
  NameDescription
Public methodNotice
Initializes a new instance of the Notice class
Top
Properties
  NameDescription
Public propertycreated
Creation timestamp of the notice, in the format yyyy-MM-dd'T'HH:mm:ss.SSS'Z'.
Public propertydescription
Description of the notice.
Public propertydocument_id
ID of the document in which the event notice occurred.
Public propertynotice_id
Text ID of the event notice.
Public propertyseverity
Severity of the notice. Possible values warning and error.
Public propertystep
Step in the preview operation in which the event occurred.
Top
See Also