@datadog/datadog-api-client
Version:
OpenAPI client for Datadog APIs
36 lines • 869 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AllocationDataRequest = void 0;
/**
* Data wrapper for allocation request payloads.
*/
class AllocationDataRequest {
constructor() { }
/**
* @ignore
*/
static getAttributeTypeMap() {
return AllocationDataRequest.attributeTypeMap;
}
}
exports.AllocationDataRequest = AllocationDataRequest;
/**
* @ignore
*/
AllocationDataRequest.attributeTypeMap = {
attributes: {
baseName: "attributes",
type: "UpsertAllocationRequest",
required: true,
},
type: {
baseName: "type",
type: "AllocationDataType",
required: true,
},
additionalProperties: {
baseName: "additionalProperties",
type: "{ [key: string]: any; }",
},
};
//# sourceMappingURL=AllocationDataRequest.js.map