pub struct LogsApiClient { /* private fields */ }Implementations§
Source§impl LogsApiClient
impl LogsApiClient
pub fn new(configuration: Arc<Configuration>) -> Self
Trait Implementations§
Source§impl LogsApi for LogsApiClient
impl LogsApi for LogsApiClient
Source§fn logging_controller_logs_delete_query<'r_type, 'assistant_id, 'phone_number_id, 'customer_id, 'squad_id, 'call_id, 'life0, 'async_trait>(
&'life0 self,
type: Option<&'r_type str>,
assistant_id: Option<&'assistant_id str>,
phone_number_id: Option<&'phone_number_id str>,
customer_id: Option<&'customer_id str>,
squad_id: Option<&'squad_id str>,
call_id: Option<&'call_id str>,
) -> Pin<Box<dyn Future<Output = Result<(), Error<LoggingControllerLogsDeleteQueryError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'r_type: 'async_trait,
'assistant_id: 'async_trait,
'phone_number_id: 'async_trait,
'customer_id: 'async_trait,
'squad_id: 'async_trait,
'call_id: 'async_trait,
'life0: 'async_trait,
fn logging_controller_logs_delete_query<'r_type, 'assistant_id, 'phone_number_id, 'customer_id, 'squad_id, 'call_id, 'life0, 'async_trait>(
&'life0 self,
type: Option<&'r_type str>,
assistant_id: Option<&'assistant_id str>,
phone_number_id: Option<&'phone_number_id str>,
customer_id: Option<&'customer_id str>,
squad_id: Option<&'squad_id str>,
call_id: Option<&'call_id str>,
) -> Pin<Box<dyn Future<Output = Result<(), Error<LoggingControllerLogsDeleteQueryError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'r_type: 'async_trait,
'assistant_id: 'async_trait,
'phone_number_id: 'async_trait,
'customer_id: 'async_trait,
'squad_id: 'async_trait,
'call_id: 'async_trait,
'life0: 'async_trait,
DELETE /logs
Source§fn logging_controller_logs_query<'r_type, 'webhook_type, 'assistant_id, 'phone_number_id, 'customer_id, 'squad_id, 'call_id, 'page, 'sort_order, 'limit, 'created_at_gt, 'created_at_lt, 'created_at_ge, 'created_at_le, 'updated_at_gt, 'updated_at_lt, 'updated_at_ge, 'updated_at_le, 'life0, 'async_trait>(
&'life0 self,
type: Option<&'r_type str>,
webhook_type: Option<&'webhook_type str>,
assistant_id: Option<&'assistant_id str>,
phone_number_id: Option<&'phone_number_id str>,
customer_id: Option<&'customer_id str>,
squad_id: Option<&'squad_id str>,
call_id: Option<&'call_id str>,
page: Option<f64>,
sort_order: Option<&'sort_order str>,
limit: Option<f64>,
created_at_gt: Option<String>,
created_at_lt: Option<String>,
created_at_ge: Option<String>,
created_at_le: Option<String>,
updated_at_gt: Option<String>,
updated_at_lt: Option<String>,
updated_at_ge: Option<String>,
updated_at_le: Option<String>,
) -> Pin<Box<dyn Future<Output = Result<LogsPaginatedResponse, Error<LoggingControllerLogsQueryError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'r_type: 'async_trait,
'webhook_type: 'async_trait,
'assistant_id: 'async_trait,
'phone_number_id: 'async_trait,
'customer_id: 'async_trait,
'squad_id: 'async_trait,
'call_id: 'async_trait,
'page: 'async_trait,
'sort_order: 'async_trait,
'limit: 'async_trait,
'created_at_gt: 'async_trait,
'created_at_lt: 'async_trait,
'created_at_ge: 'async_trait,
'created_at_le: 'async_trait,
'updated_at_gt: 'async_trait,
'updated_at_lt: 'async_trait,
'updated_at_ge: 'async_trait,
'updated_at_le: 'async_trait,
'life0: 'async_trait,
fn logging_controller_logs_query<'r_type, 'webhook_type, 'assistant_id, 'phone_number_id, 'customer_id, 'squad_id, 'call_id, 'page, 'sort_order, 'limit, 'created_at_gt, 'created_at_lt, 'created_at_ge, 'created_at_le, 'updated_at_gt, 'updated_at_lt, 'updated_at_ge, 'updated_at_le, 'life0, 'async_trait>(
&'life0 self,
type: Option<&'r_type str>,
webhook_type: Option<&'webhook_type str>,
assistant_id: Option<&'assistant_id str>,
phone_number_id: Option<&'phone_number_id str>,
customer_id: Option<&'customer_id str>,
squad_id: Option<&'squad_id str>,
call_id: Option<&'call_id str>,
page: Option<f64>,
sort_order: Option<&'sort_order str>,
limit: Option<f64>,
created_at_gt: Option<String>,
created_at_lt: Option<String>,
created_at_ge: Option<String>,
created_at_le: Option<String>,
updated_at_gt: Option<String>,
updated_at_lt: Option<String>,
updated_at_ge: Option<String>,
updated_at_le: Option<String>,
) -> Pin<Box<dyn Future<Output = Result<LogsPaginatedResponse, Error<LoggingControllerLogsQueryError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'r_type: 'async_trait,
'webhook_type: 'async_trait,
'assistant_id: 'async_trait,
'phone_number_id: 'async_trait,
'customer_id: 'async_trait,
'squad_id: 'async_trait,
'call_id: 'async_trait,
'page: 'async_trait,
'sort_order: 'async_trait,
'limit: 'async_trait,
'created_at_gt: 'async_trait,
'created_at_lt: 'async_trait,
'created_at_ge: 'async_trait,
'created_at_le: 'async_trait,
'updated_at_gt: 'async_trait,
'updated_at_lt: 'async_trait,
'updated_at_ge: 'async_trait,
'updated_at_le: 'async_trait,
'life0: 'async_trait,
GET /logs
Auto Trait Implementations§
impl Freeze for LogsApiClient
impl !RefUnwindSafe for LogsApiClient
impl Send for LogsApiClient
impl Sync for LogsApiClient
impl Unpin for LogsApiClient
impl !UnwindSafe for LogsApiClient
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more