Struct docbase_io::models::comment::Comment
[−]
[src]
pub struct Comment {
pub id: u32,
pub body: String,
pub created_at: String,
pub user: User,
}Fields
id: u32
body: String
created_at: String
user: User