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