@datadog/datadog-api-client
Version:
OpenAPI client for Datadog APIs
40 lines • 866 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EventsCompute = void 0;
/**
* The instructions for what to compute for this query.
*/
class EventsCompute {
constructor() { }
/**
* @ignore
*/
static getAttributeTypeMap() {
return EventsCompute.attributeTypeMap;
}
}
exports.EventsCompute = EventsCompute;
/**
* @ignore
*/
EventsCompute.attributeTypeMap = {
aggregation: {
baseName: "aggregation",
type: "EventsAggregation",
required: true,
},
interval: {
baseName: "interval",
type: "number",
format: "int64",
},
metric: {
baseName: "metric",
type: "string",
},
additionalProperties: {
baseName: "additionalProperties",
type: "any",
},
};
//# sourceMappingURL=EventsCompute.js.map