UNPKG

@datadog/datadog-api-client

Version:
42 lines 984 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AllocationDataResponse = void 0; /** * Data wrapper for targeting rule allocation responses. */ class AllocationDataResponse { constructor() { } /** * @ignore */ static getAttributeTypeMap() { return AllocationDataResponse.attributeTypeMap; } } exports.AllocationDataResponse = AllocationDataResponse; /** * @ignore */ AllocationDataResponse.attributeTypeMap = { attributes: { baseName: "attributes", type: "Allocation", required: true, }, id: { baseName: "id", type: "string", required: true, format: "uuid", }, type: { baseName: "type", type: "AllocationDataType", required: true, }, additionalProperties: { baseName: "additionalProperties", type: "{ [key: string]: any; }", }, }; //# sourceMappingURL=AllocationDataResponse.js.map