pub async fn list_media(
configuration: &Configuration,
account_sid: &str,
message_sid: &str,
date_created: Option<String>,
date_created_less_than: Option<String>,
date_created_greater_than: Option<String>,
page_size: Option<i32>
) -> Result<ListMediaResponse, Error<ListMediaError>>
Expand description

Retrieve a list of Media resources belonging to the account used to make the request