@hubspot/api-client
Version:
NodeJS v3 [HubSpot API](https://developers.hubspot.com/docs/api/overview) SDK(Client) files
34 lines • 879 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PublicAssociationMulti = void 0;
class PublicAssociationMulti {
static getAttributeTypeMap() {
return PublicAssociationMulti.attributeTypeMap;
}
constructor() {
}
}
exports.PublicAssociationMulti = PublicAssociationMulti;
PublicAssociationMulti.discriminator = undefined;
PublicAssociationMulti.mapping = undefined;
PublicAssociationMulti.attributeTypeMap = [
{
"name": "_from",
"baseName": "from",
"type": "PublicObjectId",
"format": ""
},
{
"name": "paging",
"baseName": "paging",
"type": "Paging",
"format": ""
},
{
"name": "to",
"baseName": "to",
"type": "Array<AssociatedId>",
"format": ""
}
];
//# sourceMappingURL=PublicAssociationMulti.js.map