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