@hubspot/api-client
Version:
NodeJS v3 [HubSpot API](https://developers.hubspot.com/docs/api/overview) SDK(Client) files
22 lines • 830 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.BatchInputHubDbTableRowBatchCloneRequest = void 0;
class BatchInputHubDbTableRowBatchCloneRequest {
static getAttributeTypeMap() {
return BatchInputHubDbTableRowBatchCloneRequest.attributeTypeMap;
}
constructor() {
}
}
exports.BatchInputHubDbTableRowBatchCloneRequest = BatchInputHubDbTableRowBatchCloneRequest;
BatchInputHubDbTableRowBatchCloneRequest.discriminator = undefined;
BatchInputHubDbTableRowBatchCloneRequest.mapping = undefined;
BatchInputHubDbTableRowBatchCloneRequest.attributeTypeMap = [
{
"name": "inputs",
"baseName": "inputs",
"type": "Array<HubDbTableRowBatchCloneRequest>",
"format": ""
}
];
//# sourceMappingURL=BatchInputHubDbTableRowBatchCloneRequest.js.map