UNPKG

@datadog/datadog-api-client

Version:
31 lines 811 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CreateAllocationsRequest = void 0; /** * Request to create targeting rules (allocations) for a feature flag in an environment. */ class CreateAllocationsRequest { constructor() { } /** * @ignore */ static getAttributeTypeMap() { return CreateAllocationsRequest.attributeTypeMap; } } exports.CreateAllocationsRequest = CreateAllocationsRequest; /** * @ignore */ CreateAllocationsRequest.attributeTypeMap = { data: { baseName: "data", type: "AllocationDataRequest", required: true, }, additionalProperties: { baseName: "additionalProperties", type: "{ [key: string]: any; }", }, }; //# sourceMappingURL=CreateAllocationsRequest.js.map