@datadog/datadog-api-client
Version:
OpenAPI client for Datadog APIs
66 lines • 1.66 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AggregatedSignalsProblemsRequestAttributes = void 0;
/**
* Attributes for an aggregated signals and problems query.
*/
class AggregatedSignalsProblemsRequestAttributes {
constructor() { }
/**
* @ignore
*/
static getAttributeTypeMap() {
return AggregatedSignalsProblemsRequestAttributes.attributeTypeMap;
}
}
exports.AggregatedSignalsProblemsRequestAttributes = AggregatedSignalsProblemsRequestAttributes;
/**
* @ignore
*/
AggregatedSignalsProblemsRequestAttributes.attributeTypeMap = {
applicationId: {
baseName: "application_id",
type: "string",
required: true,
},
criteria: {
baseName: "criteria",
type: "AggregatedWaterfallPerformanceCriteria",
},
detectionTypes: {
baseName: "detection_types",
type: "Array<string>",
},
filter: {
baseName: "filter",
type: "string",
},
from: {
baseName: "from",
type: "number",
required: true,
format: "int64",
},
sampleSize: {
baseName: "sample_size",
type: "number",
required: true,
format: "int32",
},
to: {
baseName: "to",
type: "number",
required: true,
format: "int64",
},
viewName: {
baseName: "view_name",
type: "string",
required: true,
},
additionalProperties: {
baseName: "additionalProperties",
type: "{ [key: string]: any; }",
},
};
//# sourceMappingURL=AggregatedSignalsProblemsRequestAttributes.js.map