pub struct GetPendingWebhookEventCountParams {
pub tenant_id: String,
pub comment_id: Option<String>,
pub external_id: Option<String>,
pub event_type: Option<String>,
pub type: Option<String>,
pub domain: Option<String>,
pub attempt_count_gt: Option<f64>,
}Expand description
struct for passing parameters to the method get_pending_webhook_event_count
Fields§
§tenant_id: String§comment_id: Option<String>§external_id: Option<String>§event_type: Option<String>§type: Option<String>§domain: Option<String>§attempt_count_gt: Option<f64>Trait Implementations§
Source§impl Clone for GetPendingWebhookEventCountParams
impl Clone for GetPendingWebhookEventCountParams
Source§fn clone(&self) -> GetPendingWebhookEventCountParams
fn clone(&self) -> GetPendingWebhookEventCountParams
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for GetPendingWebhookEventCountParams
impl RefUnwindSafe for GetPendingWebhookEventCountParams
impl Send for GetPendingWebhookEventCountParams
impl Sync for GetPendingWebhookEventCountParams
impl Unpin for GetPendingWebhookEventCountParams
impl UnwindSafe for GetPendingWebhookEventCountParams
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