pub async fn events_transports_list(
configuration: &Configuration,
mode: Option<&str>,
name: Option<&str>,
ordering: Option<&str>,
page: Option<i32>,
page_size: Option<i32>,
search: Option<&str>,
send_once: Option<bool>,
webhook_url: Option<&str>,
) -> Result<PaginatedNotificationTransportList, Error<EventsTransportsListError>>
Expand description
NotificationTransport Viewset