@hubspot/api-client
Version:
NodeJS v3 [HubSpot API](https://developers.hubspot.com/docs/api/overview) SDK(Client) files
40 lines • 1.17 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.BatchReadInputSimplePublicObjectId = void 0;
class BatchReadInputSimplePublicObjectId {
static getAttributeTypeMap() {
return BatchReadInputSimplePublicObjectId.attributeTypeMap;
}
constructor() {
}
}
exports.BatchReadInputSimplePublicObjectId = BatchReadInputSimplePublicObjectId;
BatchReadInputSimplePublicObjectId.discriminator = undefined;
BatchReadInputSimplePublicObjectId.mapping = undefined;
BatchReadInputSimplePublicObjectId.attributeTypeMap = [
{
"name": "propertiesWithHistory",
"baseName": "propertiesWithHistory",
"type": "Array<string>",
"format": ""
},
{
"name": "idProperty",
"baseName": "idProperty",
"type": "string",
"format": ""
},
{
"name": "inputs",
"baseName": "inputs",
"type": "Array<SimplePublicObjectId>",
"format": ""
},
{
"name": "properties",
"baseName": "properties",
"type": "Array<string>",
"format": ""
}
];
//# sourceMappingURL=BatchReadInputSimplePublicObjectId.js.map