@datadog/datadog-api-client
Version:
OpenAPI client for Datadog APIs
31 lines • 800 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AggregatedWaterfallRequest = void 0;
/**
* Request body for the aggregated waterfall endpoint.
*/
class AggregatedWaterfallRequest {
constructor() { }
/**
* @ignore
*/
static getAttributeTypeMap() {
return AggregatedWaterfallRequest.attributeTypeMap;
}
}
exports.AggregatedWaterfallRequest = AggregatedWaterfallRequest;
/**
* @ignore
*/
AggregatedWaterfallRequest.attributeTypeMap = {
data: {
baseName: "data",
type: "AggregatedWaterfallRequestData",
required: true,
},
additionalProperties: {
baseName: "additionalProperties",
type: "{ [key: string]: any; }",
},
};
//# sourceMappingURL=AggregatedWaterfallRequest.js.map