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