@datadog/datadog-api-client
Version:
OpenAPI client for Datadog APIs
36 lines • 965 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SyntheticsTestOptionsScheduling = void 0;
/**
* Object containing timeframes and timezone used for advanced scheduling.
*/
class SyntheticsTestOptionsScheduling {
constructor() { }
/**
* @ignore
*/
static getAttributeTypeMap() {
return SyntheticsTestOptionsScheduling.attributeTypeMap;
}
}
exports.SyntheticsTestOptionsScheduling = SyntheticsTestOptionsScheduling;
/**
* @ignore
*/
SyntheticsTestOptionsScheduling.attributeTypeMap = {
timeframes: {
baseName: "timeframes",
type: "Array<SyntheticsTestOptionsSchedulingTimeframe>",
required: true,
},
timezone: {
baseName: "timezone",
type: "string",
required: true,
},
additionalProperties: {
baseName: "additionalProperties",
type: "any",
},
};
//# sourceMappingURL=SyntheticsTestOptionsScheduling.js.map