Skip to main content

GetContactNoteResponseContent

Type Alias GetContactNoteResponseContent 

Source
pub type GetContactNoteResponseContent = ContactNote;

Aliased Type§

pub struct GetContactNoteResponseContent {
    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.