UNPKG

@datadog/datadog-api-client

Version:
42 lines 1.07 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AllocationExposureScheduleData = void 0; /** * Data wrapper for progressive rollout schedule responses. */ class AllocationExposureScheduleData { constructor() { } /** * @ignore */ static getAttributeTypeMap() { return AllocationExposureScheduleData.attributeTypeMap; } } exports.AllocationExposureScheduleData = AllocationExposureScheduleData; /** * @ignore */ AllocationExposureScheduleData.attributeTypeMap = { attributes: { baseName: "attributes", type: "AllocationExposureSchedule", required: true, }, id: { baseName: "id", type: "string", required: true, format: "uuid", }, type: { baseName: "type", type: "AllocationExposureScheduleDataType", required: true, }, additionalProperties: { baseName: "additionalProperties", type: "{ [key: string]: any; }", }, }; //# sourceMappingURL=AllocationExposureScheduleData.js.map