interface Transport {
    name: string;
    search_index: CloudantV1.SearchIndexInfo.Transport;
}

Properties

Properties

name: string