UNPKG

@datadog/datadog-api-client

Version:
30 lines 758 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BatchRowsQueryResponse = void 0; /** * Response object for a batch rows query against a reference table. */ class BatchRowsQueryResponse { constructor() { } /** * @ignore */ static getAttributeTypeMap() { return BatchRowsQueryResponse.attributeTypeMap; } } exports.BatchRowsQueryResponse = BatchRowsQueryResponse; /** * @ignore */ BatchRowsQueryResponse.attributeTypeMap = { data: { baseName: "data", type: "BatchRowsQueryResponseData", }, additionalProperties: { baseName: "additionalProperties", type: "{ [key: string]: any; }", }, }; //# sourceMappingURL=BatchRowsQueryResponse.js.map