UNPKG

@hubspot/api-client

Version:

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

52 lines 1.34 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PublicSubscriptionTranslation = void 0; class PublicSubscriptionTranslation { static getAttributeTypeMap() { return PublicSubscriptionTranslation.attributeTypeMap; } constructor() { } } exports.PublicSubscriptionTranslation = PublicSubscriptionTranslation; PublicSubscriptionTranslation.discriminator = undefined; PublicSubscriptionTranslation.mapping = undefined; PublicSubscriptionTranslation.attributeTypeMap = [ { "name": "createdAt", "baseName": "createdAt", "type": "number", "format": "int64" }, { "name": "description", "baseName": "description", "type": "string", "format": "" }, { "name": "languageCode", "baseName": "languageCode", "type": "string", "format": "" }, { "name": "name", "baseName": "name", "type": "string", "format": "" }, { "name": "subscriptionId", "baseName": "subscriptionId", "type": "number", "format": "int64" }, { "name": "updatedAt", "baseName": "updatedAt", "type": "number", "format": "int64" } ]; //# sourceMappingURL=PublicSubscriptionTranslation.js.map