interface Transport {
    database: string;
    doc_id: string;
    error_count: number;
    id: string;
    info: CloudantV1.SchedulerInfo.Transport;
    last_updated: string;
    node?: string;
    source?: string;
    source_proxy?: string;
    start_time: string;
    state: string;
    target?: string;
    target_proxy?: string;
}

Properties

database: string
doc_id: string
error_count: number
id: string
last_updated: string
node?: string
source?: string
source_proxy?: string
start_time: string
state: string
target?: string
target_proxy?: string

Generated using TypeDoc