DrillRunAddNotesRequest interface
Request body for AddNotes API.
Properties
| author | System generated Object Id of the notes author. |
| notes | The notes string. |
| timestamp | System generated current Timestamp. |
Property Details
author
System generated Object Id of the notes author.
author?: string
Property Value
string
notes
The notes string.
notes?: string
Property Value
string
timestamp
System generated current Timestamp.
timestamp?: Date
Property Value
Date