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