UNPKG

@hubspot/api-client

Version:

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

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