interface Transport {
    doc?: CloudantV1.Document.Transport;
    fields: JsonObject;
    highlights?: JsonObject;
    id: string;
}

Properties

fields: JsonObject
highlights?: JsonObject
id: string

Generated using TypeDoc