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