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