@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.SimplePublicObjectBatchInputForCreate = void 0;
class SimplePublicObjectBatchInputForCreate {
static getAttributeTypeMap() {
return SimplePublicObjectBatchInputForCreate.attributeTypeMap;
}
constructor() {
}
}
exports.SimplePublicObjectBatchInputForCreate = SimplePublicObjectBatchInputForCreate;
SimplePublicObjectBatchInputForCreate.discriminator = undefined;
SimplePublicObjectBatchInputForCreate.mapping = undefined;
SimplePublicObjectBatchInputForCreate.attributeTypeMap = [
{
"name": "associations",
"baseName": "associations",
"type": "Array<PublicAssociationsForObject>",
"format": ""
},
{
"name": "objectWriteTraceId",
"baseName": "objectWriteTraceId",
"type": "string",
"format": ""
},
{
"name": "properties",
"baseName": "properties",
"type": "{ [key: string]: string; }",
"format": ""
}
];
//# sourceMappingURL=SimplePublicObjectBatchInputForCreate.js.map