Schema for the results object of a bulk get operation.

interface BulkGetResult {
    results: BulkGetResultItem[];
}

Properties

Properties

Results.

Generated using TypeDoc