UNPKG

@hubspot/api-client

Version:

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

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