@datadog/datadog-api-client
Version:
OpenAPI client for Datadog APIs
31 lines • 811 B
JavaScript
;
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