@datadog/datadog-api-client
Version:
OpenAPI client for Datadog APIs
32 lines • 719 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.RetentionCompute = void 0;
/**
* Compute configuration for retention queries.
*/
class RetentionCompute {
constructor() { }
/**
* @ignore
*/
static getAttributeTypeMap() {
return RetentionCompute.attributeTypeMap;
}
}
exports.RetentionCompute = RetentionCompute;
/**
* @ignore
*/
RetentionCompute.attributeTypeMap = {
aggregation: {
baseName: "aggregation",
type: "EventsAggregation",
required: true,
},
metric: {
baseName: "metric",
type: "RetentionComputeMetric",
required: true,
},
};
//# sourceMappingURL=RetentionCompute.js.map