pub type UpdateContactNoteResponseContent = ContactNote;Aliased Type§
pub struct UpdateContactNoteResponseContent {
pub contact_id: i64,
pub note: String,
pub note_html: String,
}Fields§
§contact_id: i64§note: String§note_html: StringThe note as editor HTML, the same markup the web hands Trix.