UNPKG

@datadog/datadog-api-client

Version:
49 lines 1.04 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RetentionQuery = void 0; /** * Retention query definition. */ class RetentionQuery { constructor() { } /** * @ignore */ static getAttributeTypeMap() { return RetentionQuery.attributeTypeMap; } } exports.RetentionQuery = RetentionQuery; /** * @ignore */ RetentionQuery.attributeTypeMap = { compute: { baseName: "compute", type: "RetentionCompute", required: true, }, dataSource: { baseName: "data_source", type: "RetentionDataSource", required: true, }, filters: { baseName: "filters", type: "RetentionFilters", }, groupBy: { baseName: "group_by", type: "Array<RetentionGroupBy>", }, name: { baseName: "name", type: "string", }, search: { baseName: "search", type: "RetentionSearch", required: true, }, }; //# sourceMappingURL=RetentionQuery.js.map