UNPKG

@datadog/datadog-api-client

Version:
36 lines 962 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AggregatedWaterfallRequestData = void 0; /** * Data envelope for an aggregated waterfall request. */ class AggregatedWaterfallRequestData { constructor() { } /** * @ignore */ static getAttributeTypeMap() { return AggregatedWaterfallRequestData.attributeTypeMap; } } exports.AggregatedWaterfallRequestData = AggregatedWaterfallRequestData; /** * @ignore */ AggregatedWaterfallRequestData.attributeTypeMap = { attributes: { baseName: "attributes", type: "AggregatedWaterfallRequestAttributes", required: true, }, type: { baseName: "type", type: "AggregatedWaterfallRequestType", required: true, }, additionalProperties: { baseName: "additionalProperties", type: "{ [key: string]: any; }", }, }; //# sourceMappingURL=AggregatedWaterfallRequestData.js.map