@hubspot/api-client
Version:
NodeJS v3 [HubSpot API](https://developers.hubspot.com/docs/api/overview) SDK(Client) files
94 lines • 2.07 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PublicList = void 0;
class PublicList {
static getAttributeTypeMap() {
return PublicList.attributeTypeMap;
}
constructor() {
}
}
exports.PublicList = PublicList;
PublicList.discriminator = undefined;
PublicList.mapping = undefined;
PublicList.attributeTypeMap = [
{
"name": "processingType",
"baseName": "processingType",
"type": "string",
"format": ""
},
{
"name": "objectTypeId",
"baseName": "objectTypeId",
"type": "string",
"format": ""
},
{
"name": "updatedById",
"baseName": "updatedById",
"type": "string",
"format": ""
},
{
"name": "filtersUpdatedAt",
"baseName": "filtersUpdatedAt",
"type": "Date",
"format": "date-time"
},
{
"name": "listId",
"baseName": "listId",
"type": "string",
"format": ""
},
{
"name": "createdAt",
"baseName": "createdAt",
"type": "Date",
"format": "date-time"
},
{
"name": "processingStatus",
"baseName": "processingStatus",
"type": "string",
"format": ""
},
{
"name": "deletedAt",
"baseName": "deletedAt",
"type": "Date",
"format": "date-time"
},
{
"name": "listVersion",
"baseName": "listVersion",
"type": "number",
"format": "int32"
},
{
"name": "size",
"baseName": "size",
"type": "number",
"format": "int64"
},
{
"name": "name",
"baseName": "name",
"type": "string",
"format": ""
},
{
"name": "createdById",
"baseName": "createdById",
"type": "string",
"format": ""
},
{
"name": "updatedAt",
"baseName": "updatedAt",
"type": "Date",
"format": "date-time"
}
];
//# sourceMappingURL=PublicList.js.map