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