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