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