Skip to main content

UpdateContactNoteResponseContent

Type Alias UpdateContactNoteResponseContent 

Source
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: String

The note as editor HTML, the same markup the web hands Trix.