pub fn create_a_repository_dispatch_event<'a>(
    owner: &'a str,
    repo: &'a str,
    event_type: &'a str
) -> CreateARepositoryDispatchEvent<'a>
Expand description