@hubspot/api-client
Version:
NodeJS v3 [HubSpot API](https://developers.hubspot.com/docs/api/overview) SDK(Client) files
34 lines • 854 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ObjectCoordinates = void 0;
class ObjectCoordinates {
static getAttributeTypeMap() {
return ObjectCoordinates.attributeTypeMap;
}
constructor() {
}
}
exports.ObjectCoordinates = ObjectCoordinates;
ObjectCoordinates.discriminator = undefined;
ObjectCoordinates.mapping = undefined;
ObjectCoordinates.attributeTypeMap = [
{
"name": "objectId",
"baseName": "objectId",
"type": "number",
"format": "int64"
},
{
"name": "objectTypeId",
"baseName": "objectTypeId",
"type": "string",
"format": ""
},
{
"name": "portalId",
"baseName": "portalId",
"type": "number",
"format": "int32"
}
];
//# sourceMappingURL=ObjectCoordinates.js.map