Type Alias github_webhook::payload_types::MetaEvent
source · pub type MetaEvent<'a> = MetaDeletedEvent<'a>;
Aliased Type§
struct MetaEvent<'a> {
pub hook_id: usize,
pub hook: MetaDeletedEventHook<'a>,
pub repository: Repository<'a>,
pub sender: User<'a>,
}
Fields§
§hook_id: usize
The id of the modified webhook.
hook: MetaDeletedEventHook<'a>
The modified webhook. This will contain different keys based on the type of webhook it is: repository, organization, business, app, or GitHub Marketplace.
repository: Repository<'a>
§sender: User<'a>