Documentation
    Preparing search index...
    interface Raw {
        datacenter_label: number;
        datacenter_name: string;
        error?: string | null;
        response?: HealthResponse.Raw | null;
        rtt_ms?: number | null;
        status: HealthStatus.Raw;
    }
    Index

    Properties

    datacenter_label: number
    datacenter_name: string
    error?: string | null
    response?: HealthResponse.Raw | null
    rtt_ms?: number | null