@hubspot/api-client
Version:
NodeJS v3 [HubSpot API](https://developers.hubspot.com/docs/api/overview) SDK(Client) files
58 lines • 1.34 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SmtpApiTokenView = void 0;
class SmtpApiTokenView {
static getAttributeTypeMap() {
return SmtpApiTokenView.attributeTypeMap;
}
constructor() {
}
}
exports.SmtpApiTokenView = SmtpApiTokenView;
SmtpApiTokenView.discriminator = undefined;
SmtpApiTokenView.mapping = undefined;
SmtpApiTokenView.attributeTypeMap = [
{
"name": "createdAt",
"baseName": "createdAt",
"type": "Date",
"format": "date-time"
},
{
"name": "password",
"baseName": "password",
"type": "string",
"format": ""
},
{
"name": "createdBy",
"baseName": "createdBy",
"type": "string",
"format": ""
},
{
"name": "createContact",
"baseName": "createContact",
"type": "boolean",
"format": ""
},
{
"name": "id",
"baseName": "id",
"type": "string",
"format": ""
},
{
"name": "emailCampaignId",
"baseName": "emailCampaignId",
"type": "string",
"format": ""
},
{
"name": "campaignName",
"baseName": "campaignName",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=SmtpApiTokenView.js.map