@hubspot/api-client
Version:
NodeJS v3 [HubSpot API](https://developers.hubspot.com/docs/api/overview) SDK(Client) files
40 lines • 1.06 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.BlogAuthorCloneRequestVNext = void 0;
class BlogAuthorCloneRequestVNext {
static getAttributeTypeMap() {
return BlogAuthorCloneRequestVNext.attributeTypeMap;
}
constructor() {
}
}
exports.BlogAuthorCloneRequestVNext = BlogAuthorCloneRequestVNext;
BlogAuthorCloneRequestVNext.discriminator = undefined;
BlogAuthorCloneRequestVNext.mapping = undefined;
BlogAuthorCloneRequestVNext.attributeTypeMap = [
{
"name": "language",
"baseName": "language",
"type": "string",
"format": ""
},
{
"name": "id",
"baseName": "id",
"type": "string",
"format": ""
},
{
"name": "primaryLanguage",
"baseName": "primaryLanguage",
"type": "string",
"format": ""
},
{
"name": "blogAuthor",
"baseName": "blogAuthor",
"type": "BlogAuthor",
"format": ""
}
];
//# sourceMappingURL=BlogAuthorCloneRequestVNext.js.map