@hubspot/api-client
Version:
NodeJS v3 [HubSpot API](https://developers.hubspot.com/docs/api/overview) SDK(Client) files
22 lines • 607 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ListCreateResponse = void 0;
class ListCreateResponse {
static getAttributeTypeMap() {
return ListCreateResponse.attributeTypeMap;
}
constructor() {
}
}
exports.ListCreateResponse = ListCreateResponse;
ListCreateResponse.discriminator = undefined;
ListCreateResponse.mapping = undefined;
ListCreateResponse.attributeTypeMap = [
{
"name": "list",
"baseName": "list",
"type": "PublicObjectList",
"format": ""
}
];
//# sourceMappingURL=ListCreateResponse.js.map