UNPKG

@hubspot/api-client

Version:

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

40 lines 918 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PublicOption = void 0; class PublicOption { static getAttributeTypeMap() { return PublicOption.attributeTypeMap; } constructor() { } } exports.PublicOption = PublicOption; PublicOption.discriminator = undefined; PublicOption.mapping = undefined; PublicOption.attributeTypeMap = [ { "name": "description", "baseName": "description", "type": "string", "format": "" }, { "name": "displayOrder", "baseName": "displayOrder", "type": "number", "format": "int32" }, { "name": "label", "baseName": "label", "type": "string", "format": "" }, { "name": "value", "baseName": "value", "type": "string", "format": "" } ]; //# sourceMappingURL=PublicOption.js.map