UNPKG

@hubspot/api-client

Version:

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

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