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