uptime-robot-v3
    Preparing search index...

    Interface BulkOperationResponse

    Response from bulk pause / start / update (HTTP 201).

    interface BulkOperationResponse {
        results: BulkMonitorOperationResult[];
        totalError: number;
        totalSuccess: number;
    }
    Index

    Properties

    totalError: number
    totalSuccess: number