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