@datadog/datadog-api-client
Version:
OpenAPI client for Datadog APIs
31 lines • 856 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AllocationExposureScheduleResponse = void 0;
/**
* Response containing a progressive rollout schedule.
*/
class AllocationExposureScheduleResponse {
constructor() { }
/**
* @ignore
*/
static getAttributeTypeMap() {
return AllocationExposureScheduleResponse.attributeTypeMap;
}
}
exports.AllocationExposureScheduleResponse = AllocationExposureScheduleResponse;
/**
* @ignore
*/
AllocationExposureScheduleResponse.attributeTypeMap = {
data: {
baseName: "data",
type: "AllocationExposureScheduleData",
required: true,
},
additionalProperties: {
baseName: "additionalProperties",
type: "{ [key: string]: any; }",
},
};
//# sourceMappingURL=AllocationExposureScheduleResponse.js.map