Function list_call_notification

Source
pub async fn list_call_notification(
    configuration: &Configuration,
    account_sid: &str,
    call_sid: &str,
    log: Option<i32>,
    message_date: Option<String>,
    message_date_less_than: Option<String>,
    message_date_greater_than: Option<String>,
    page_size: Option<i32>,
) -> Result<ListCallNotificationResponse, Error<ListCallNotificationError>>
Expand description