UNPKG

@hubspot/api-client

Version:

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

34 lines 1.22 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CollectionResponseWithTotalSimplePublicObjectForwardPaging = void 0; class CollectionResponseWithTotalSimplePublicObjectForwardPaging { static getAttributeTypeMap() { return CollectionResponseWithTotalSimplePublicObjectForwardPaging.attributeTypeMap; } constructor() { } } exports.CollectionResponseWithTotalSimplePublicObjectForwardPaging = CollectionResponseWithTotalSimplePublicObjectForwardPaging; CollectionResponseWithTotalSimplePublicObjectForwardPaging.discriminator = undefined; CollectionResponseWithTotalSimplePublicObjectForwardPaging.mapping = undefined; CollectionResponseWithTotalSimplePublicObjectForwardPaging.attributeTypeMap = [ { "name": "total", "baseName": "total", "type": "number", "format": "int32" }, { "name": "paging", "baseName": "paging", "type": "ForwardPaging", "format": "" }, { "name": "results", "baseName": "results", "type": "Array<SimplePublicObject>", "format": "" } ]; //# sourceMappingURL=CollectionResponseWithTotalSimplePublicObjectForwardPaging.js.map