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