Function org_get_hook

Source
pub async fn org_get_hook(
    configuration: &Configuration,
    org: &str,
    id: i64,
) -> Result<Hook, Error<OrgGetHookError>>