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