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

Properties

bookmark: string
docs: Document[]
warning?: string