Bitbucket Data Center API Client
    Preparing search index...

    Interface BitbucketWebhookCounts

    Aggregated delivery counts for a webhook

    interface BitbucketWebhookCounts {
        error: number;
        failure: number;
        success: number;
    }
    Index

    Properties

    Properties

    error: number
    failure: number
    success: number