@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.CollectionResponseWithTotalSimplePublicObject = void 0;
class CollectionResponseWithTotalSimplePublicObject {
static getAttributeTypeMap() {
return CollectionResponseWithTotalSimplePublicObject.attributeTypeMap;
}
constructor() {
}
}
exports.CollectionResponseWithTotalSimplePublicObject = CollectionResponseWithTotalSimplePublicObject;
CollectionResponseWithTotalSimplePublicObject.discriminator = undefined;
CollectionResponseWithTotalSimplePublicObject.mapping = undefined;
CollectionResponseWithTotalSimplePublicObject.attributeTypeMap = [
{
"name": "paging",
"baseName": "paging",
"type": "Paging",
"format": ""
},
{
"name": "results",
"baseName": "results",
"type": "Array<SimplePublicObject>",
"format": ""
},
{
"name": "total",
"baseName": "total",
"type": "number",
"format": "int32"
}
];
//# sourceMappingURL=CollectionResponseWithTotalSimplePublicObject.js.map