UNPKG

@hubspot/api-client

Version:

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

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