Struct twilio_async::ListRecordingResp[][src]

pub struct ListRecordingResp {
    pub recordings: Vec<RecordingResp>,
    pub end: usize,
    pub account_sid: String,
    pub start: usize,
    pub page: usize,
    pub page_size: usize,
}

Fields

Trait Implementations

impl Debug for ListRecordingResp
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations