@datadog/datadog-api-client
Version:
OpenAPI client for Datadog APIs
35 lines • 833 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ListStreamComputeItems = void 0;
/**
* List of facets and aggregations which to compute.
*/
class ListStreamComputeItems {
constructor() { }
/**
* @ignore
*/
static getAttributeTypeMap() {
return ListStreamComputeItems.attributeTypeMap;
}
}
exports.ListStreamComputeItems = ListStreamComputeItems;
/**
* @ignore
*/
ListStreamComputeItems.attributeTypeMap = {
aggregation: {
baseName: "aggregation",
type: "ListStreamComputeAggregation",
required: true,
},
facet: {
baseName: "facet",
type: "string",
},
additionalProperties: {
baseName: "additionalProperties",
type: "any",
},
};
//# sourceMappingURL=ListStreamComputeItems.js.map