UNPKG

@datadog/datadog-api-client

Version:
31 lines 809 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AggregatedWaterfallResponse = void 0; /** * Response body for the aggregated waterfall endpoint. */ class AggregatedWaterfallResponse { constructor() { } /** * @ignore */ static getAttributeTypeMap() { return AggregatedWaterfallResponse.attributeTypeMap; } } exports.AggregatedWaterfallResponse = AggregatedWaterfallResponse; /** * @ignore */ AggregatedWaterfallResponse.attributeTypeMap = { data: { baseName: "data", type: "AggregatedWaterfallResponseData", required: true, }, additionalProperties: { baseName: "additionalProperties", type: "{ [key: string]: any; }", }, }; //# sourceMappingURL=AggregatedWaterfallResponse.js.map