UNPKG

@hubspot/api-client

Version:

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

52 lines 1.21 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PublicSingleSendEmail = void 0; class PublicSingleSendEmail { static getAttributeTypeMap() { return PublicSingleSendEmail.attributeTypeMap; } constructor() { } } exports.PublicSingleSendEmail = PublicSingleSendEmail; PublicSingleSendEmail.discriminator = undefined; PublicSingleSendEmail.mapping = undefined; PublicSingleSendEmail.attributeTypeMap = [ { "name": "cc", "baseName": "cc", "type": "Array<string>", "format": "" }, { "name": "sendId", "baseName": "sendId", "type": "string", "format": "" }, { "name": "bcc", "baseName": "bcc", "type": "Array<string>", "format": "" }, { "name": "replyTo", "baseName": "replyTo", "type": "Array<string>", "format": "" }, { "name": "_from", "baseName": "from", "type": "string", "format": "" }, { "name": "to", "baseName": "to", "type": "string", "format": "" } ]; //# sourceMappingURL=PublicSingleSendEmail.js.map