interface Transport {
    bookmark: string;
    docs: CloudantV1.Document[];
    execution_stats?: CloudantV1.ExecutionStats.Transport;
    warning?: string;
}

Properties

bookmark: string
warning?: string