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: Stringid.
created_at: DateTime<Utc>created_at.
updated_at: DateTime<Utc>updated_at.
body: RichTextBodybody.
creator: Usercreator.
card: Option<CardRef>card.
reactions_url: Option<String>reactions_url.
url: Stringurl.