Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 790 Bytes

Note.md

File metadata and controls

15 lines (12 loc) · 790 Bytes

brevo_csharp.Model.Note

Properties

Name Type Description Notes
Id string Unique note Id [optional]
Text string Text content of a note
ContactIds List<int?> Contact ids linked to a note [optional]
DealIds List<string> Deal ids linked to a note [optional]
AuthorId Object Account details of user which created the note [optional]
CreatedAt DateTime? Note created date/time [optional]
UpdatedAt DateTime? Note updated date/time [optional]

[Back to Model list] [Back to API list] [Back to README]