UNPKG

@hubspot/api-client

Version:

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

58 lines 1.23 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Option = void 0; class Option { static getAttributeTypeMap() { return Option.attributeTypeMap; } constructor() { } } exports.Option = Option; Option.discriminator = undefined; Option.mapping = undefined; Option.attributeTypeMap = [ { "name": "hidden", "baseName": "hidden", "type": "boolean", "format": "" }, { "name": "displayOrder", "baseName": "displayOrder", "type": "number", "format": "int32" }, { "name": "doubleData", "baseName": "doubleData", "type": "number", "format": "" }, { "name": "description", "baseName": "description", "type": "string", "format": "" }, { "name": "readOnly", "baseName": "readOnly", "type": "boolean", "format": "" }, { "name": "label", "baseName": "label", "type": "string", "format": "" }, { "name": "value", "baseName": "value", "type": "string", "format": "" } ]; //# sourceMappingURL=Option.js.map