NoteTypeEnum
The type of the note.
enum NoteTypeEnum {
CUSTOM
INTEGRATION
SYSTEM
}
Values
NoteTypeEnum.CUSTOM
A note provided by a user.
NoteTypeEnum.INTEGRATION
A note generated by an integration.
NoteTypeEnum.SYSTEM
A note generated by the system.
Member Of
Note
object