Struct twilio_async::ListConferencesResp[][src]

pub struct ListConferencesResp {
    pub conferences: Vec<ConferenceResp>,
    pub end: usize,
    pub next_page_uri: Option<String>,
    pub previous_page_uri: Option<String>,
    pub uri: String,
    pub start: usize,
    pub page: usize,
    pub page_size: usize,
}

Fields

Trait Implementations

impl Debug for ListConferencesResp
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations