UNPKG

@datadog/datadog-api-client

Version:
31 lines 742 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AllocationResponse = void 0; /** * Response containing a single targeting rule (allocation). */ class AllocationResponse { constructor() { } /** * @ignore */ static getAttributeTypeMap() { return AllocationResponse.attributeTypeMap; } } exports.AllocationResponse = AllocationResponse; /** * @ignore */ AllocationResponse.attributeTypeMap = { data: { baseName: "data", type: "AllocationDataResponse", required: true, }, additionalProperties: { baseName: "additionalProperties", type: "{ [key: string]: any; }", }, }; //# sourceMappingURL=AllocationResponse.js.map