UNPKG

@datadog/datadog-api-client

Version:
30 lines 902 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BatchRowsQueryResponseDataRelationshipsRows = void 0; /** * Relationship data containing the list of matching rows. */ class BatchRowsQueryResponseDataRelationshipsRows { constructor() { } /** * @ignore */ static getAttributeTypeMap() { return BatchRowsQueryResponseDataRelationshipsRows.attributeTypeMap; } } exports.BatchRowsQueryResponseDataRelationshipsRows = BatchRowsQueryResponseDataRelationshipsRows; /** * @ignore */ BatchRowsQueryResponseDataRelationshipsRows.attributeTypeMap = { data: { baseName: "data", type: "Array<TableRowResourceIdentifier>", }, additionalProperties: { baseName: "additionalProperties", type: "{ [key: string]: any; }", }, }; //# sourceMappingURL=BatchRowsQueryResponseDataRelationshipsRows.js.map