@datadog/datadog-api-client
Version:
OpenAPI client for Datadog APIs
40 lines • 838 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CalendarInterval = void 0;
/**
* Calendar interval definition.
*/
class CalendarInterval {
constructor() { }
/**
* @ignore
*/
static getAttributeTypeMap() {
return CalendarInterval.attributeTypeMap;
}
}
exports.CalendarInterval = CalendarInterval;
/**
* @ignore
*/
CalendarInterval.attributeTypeMap = {
alignment: {
baseName: "alignment",
type: "string",
},
quantity: {
baseName: "quantity",
type: "number",
format: "int64",
},
timezone: {
baseName: "timezone",
type: "string",
},
type: {
baseName: "type",
type: "CalendarIntervalType",
required: true,
},
};
//# sourceMappingURL=CalendarInterval.js.map