UNPKG

@hubspot/api-client

Version:

NodeJS v3 [HubSpot API](https://developers.hubspot.com/docs/api/overview) SDK(Client) files

28 lines 954 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CollectionResponsePublicOwnerForwardPaging = void 0; class CollectionResponsePublicOwnerForwardPaging { static getAttributeTypeMap() { return CollectionResponsePublicOwnerForwardPaging.attributeTypeMap; } constructor() { } } exports.CollectionResponsePublicOwnerForwardPaging = CollectionResponsePublicOwnerForwardPaging; CollectionResponsePublicOwnerForwardPaging.discriminator = undefined; CollectionResponsePublicOwnerForwardPaging.mapping = undefined; CollectionResponsePublicOwnerForwardPaging.attributeTypeMap = [ { "name": "paging", "baseName": "paging", "type": "ForwardPaging", "format": "" }, { "name": "results", "baseName": "results", "type": "Array<PublicOwner>", "format": "" } ]; //# sourceMappingURL=CollectionResponsePublicOwnerForwardPaging.js.map