---
id: v1-object-mapping-response
title: ObjectMappingResponse
pagination_label: ObjectMappingResponse
sidebar_label: ObjectMappingResponse
sidebar_class_name: typescriptsdk
keywords: ['typescript', 'TypeScript', 'sdk', 'ObjectMappingResponse', 'v1ObjectMappingResponse']
slug: /tools/sdk/typescript/configuration_hub/models/object-mapping-response
tags: ['SDK', 'Software Development Kit', 'ObjectMappingResponse', 'v1ObjectMappingResponse']
---

# ObjectMappingResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**objectMappingId** | **(optional)** `string` | Id of the object mapping | [default to undefined]
**objectType** | **(optional)** `string` | Type of the object the mapping value applies to | [default to undefined]
**jsonPath** | **(optional)** `string` | JSONPath expression denoting the path within the object where the mapping value should be applied | [default to undefined]
**sourceValue** | **(optional)** `string` | Original value at the jsonPath location within the object | [default to undefined]
**targetValue** | **(optional)** `string` | Value to be assigned at the jsonPath location within the object | [default to undefined]
**enabled** | **(optional)** `boolean` | Whether or not this object mapping is enabled | [default to false]
**created** | **(optional)** `string` | Object mapping creation timestamp | [default to undefined]
**modified** | **(optional)** `string` | Object mapping latest update timestamp | [default to undefined]

