pub async fn list_recording(
configuration: &Configuration,
account_sid: &str,
date_created: Option<String>,
date_created_less_than: Option<String>,
date_created_greater_than: Option<String>,
call_sid: Option<&str>,
conference_sid: Option<&str>,
include_soft_deleted: Option<bool>,
page_size: Option<i32>,
) -> Result<ListRecordingResponse, Error<ListRecordingError>>
Expand description
Retrieve a list of recordings belonging to the account used to make the request