Skip to main content

GetBoxResponseContent

Type Alias GetBoxResponseContent 

Source
pub type GetBoxResponseContent = BoxShowResponse;

Aliased Type§

pub struct GetBoxResponseContent {
    pub id: i64,
    pub kind: String,
    pub name: String,
    pub app_url: Option<String>,
    pub url: Option<String>,
    pub signed_stream_name: Option<String>,
    pub posting_changes_url: Option<String>,
    pub updates_channels: Option<Vec<UpdatesChannel>>,
    pub next_history_url: Option<String>,
    pub next_incremental_sync_url: Option<String>,
    pub postings: Option<Vec<Posting>>,
}

Fields§

§id: i64§kind: String§name: String§app_url: Option<String>§url: Option<String>§signed_stream_name: Option<String>§posting_changes_url: Option<String>§updates_channels: Option<Vec<UpdatesChannel>>§next_history_url: Option<String>§next_incremental_sync_url: Option<String>§postings: Option<Vec<Posting>>