pub type GetBoxGroupResponseContent = BoxGroupWithPostings;Aliased Type§
pub struct GetBoxGroupResponseContent {
pub id: i64,
pub box_id: Option<i64>,
pub postings: Option<Vec<Posting>>,
}Fields§
§id: i64§box_id: Option<i64>§postings: Option<Vec<Posting>>