UNPKG

@hubspot/api-client

Version:

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

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