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