Skip to main content

GetCommentResponseContent

Type Alias GetCommentResponseContent 

Source
pub type GetCommentResponseContent = Comment;
Expand description

GetCommentResponseContent, as the model names it.

Aliased Type§

pub struct GetCommentResponseContent {
    pub id: String,
    pub created_at: DateTime<Utc>,
    pub updated_at: DateTime<Utc>,
    pub body: RichTextBody,
    pub creator: User,
    pub card: Option<CardRef>,
    pub reactions_url: Option<String>,
    pub url: String,
}

Fields§

§id: String

id.

§created_at: DateTime<Utc>

created_at.

§updated_at: DateTime<Utc>

updated_at.

§body: RichTextBody

body.

§creator: User

creator.

§card: Option<CardRef>

card.

§reactions_url: Option<String>

reactions_url.

§url: String

url.