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