#[allow(missing_docs)] #[non_exhaustive]
#[derive(::std::clone::Clone, ::std::cmp::PartialEq, ::std::fmt::Debug)]
pub struct DeleteWebhookOutput {
}
impl DeleteWebhookOutput {
pub fn builder() -> crate::operation::delete_webhook::builders::DeleteWebhookOutputBuilder {
crate::operation::delete_webhook::builders::DeleteWebhookOutputBuilder::default()
}
}
#[derive(::std::clone::Clone, ::std::cmp::PartialEq, ::std::default::Default, ::std::fmt::Debug)]
#[non_exhaustive]
pub struct DeleteWebhookOutputBuilder {
}
impl DeleteWebhookOutputBuilder {
pub fn build(self) -> crate::operation::delete_webhook::DeleteWebhookOutput {
crate::operation::delete_webhook::DeleteWebhookOutput {
}
}
}