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