# AnalyticsPropertyRef


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**object** | **string** |  | [optional] [default to undefined]
**relation** | **string** |  | [optional] [default to undefined]
**propertyName** | **string** |  | [optional] [default to undefined]

## Example

```typescript
import { AnalyticsPropertyRef } from '@caraer/client';

const instance: AnalyticsPropertyRef = {
    object,
    relation,
    propertyName,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
