UNPKG

@hubspot/api-client

Version:

NodeJS v3 [HubSpot API](https://developers.hubspot.com/docs/api/overview) SDK(Client) files

28 lines 807 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BatchReadInputPropertyName = void 0; class BatchReadInputPropertyName { static getAttributeTypeMap() { return BatchReadInputPropertyName.attributeTypeMap; } constructor() { } } exports.BatchReadInputPropertyName = BatchReadInputPropertyName; BatchReadInputPropertyName.discriminator = undefined; BatchReadInputPropertyName.mapping = undefined; BatchReadInputPropertyName.attributeTypeMap = [ { "name": "archived", "baseName": "archived", "type": "boolean", "format": "" }, { "name": "inputs", "baseName": "inputs", "type": "Array<PropertyName>", "format": "" } ]; //# sourceMappingURL=BatchReadInputPropertyName.js.map