@datadog/datadog-api-client
Version:
OpenAPI client for Datadog APIs
30 lines • 758 B
JavaScript
;
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