pub async fn list_notification(
configuration: &Configuration,
account_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<ListNotificationResponse, Error<ListNotificationError>>
Expand description
Retrieve a list of notifications belonging to the account used to make the request