UNPKG

@hubspot/api-client

Version:

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

52 lines 1.31 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ListCreateRequest = void 0; class ListCreateRequest { static getAttributeTypeMap() { return ListCreateRequest.attributeTypeMap; } constructor() { } } exports.ListCreateRequest = ListCreateRequest; ListCreateRequest.discriminator = undefined; ListCreateRequest.mapping = undefined; ListCreateRequest.attributeTypeMap = [ { "name": "objectTypeId", "baseName": "objectTypeId", "type": "string", "format": "" }, { "name": "processingType", "baseName": "processingType", "type": "string", "format": "" }, { "name": "customProperties", "baseName": "customProperties", "type": "{ [key: string]: string; }", "format": "" }, { "name": "listFolderId", "baseName": "listFolderId", "type": "number", "format": "int32" }, { "name": "name", "baseName": "name", "type": "string", "format": "" }, { "name": "filterBranch", "baseName": "filterBranch", "type": "PublicPropertyAssociationFilterBranchFilterBranchesInner", "format": "" } ]; //# sourceMappingURL=ListCreateRequest.js.map