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