@hubspot/api-client
Version:
NodeJS v3 [HubSpot API](https://developers.hubspot.com/docs/api/overview) SDK(Client) files
34 lines • 1.1 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CollectionResponseWithTotalPublicEmailVersion = void 0;
class CollectionResponseWithTotalPublicEmailVersion {
static getAttributeTypeMap() {
return CollectionResponseWithTotalPublicEmailVersion.attributeTypeMap;
}
constructor() {
}
}
exports.CollectionResponseWithTotalPublicEmailVersion = CollectionResponseWithTotalPublicEmailVersion;
CollectionResponseWithTotalPublicEmailVersion.discriminator = undefined;
CollectionResponseWithTotalPublicEmailVersion.mapping = undefined;
CollectionResponseWithTotalPublicEmailVersion.attributeTypeMap = [
{
"name": "paging",
"baseName": "paging",
"type": "Paging",
"format": ""
},
{
"name": "results",
"baseName": "results",
"type": "Array<VersionPublicEmail>",
"format": ""
},
{
"name": "total",
"baseName": "total",
"type": "number",
"format": "int32"
}
];
//# sourceMappingURL=CollectionResponseWithTotalPublicEmailVersion.js.map