UNPKG

@hubspot/api-client

Version:

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

28 lines 700 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ListMoveRequest = void 0; class ListMoveRequest { static getAttributeTypeMap() { return ListMoveRequest.attributeTypeMap; } constructor() { } } exports.ListMoveRequest = ListMoveRequest; ListMoveRequest.discriminator = undefined; ListMoveRequest.mapping = undefined; ListMoveRequest.attributeTypeMap = [ { "name": "listId", "baseName": "listId", "type": "string", "format": "" }, { "name": "newFolderId", "baseName": "newFolderId", "type": "string", "format": "" } ]; //# sourceMappingURL=ListMoveRequest.js.map