# GraphPathEvidence


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**path** | **Array&lt;{ [key: string]: any | null; }&gt;** |  | [optional] [default to undefined]
**summary** | **string** |  | [optional] [default to undefined]
**relation** | **string** |  | [optional] [default to undefined]
**targetObject** | **string** |  | [optional] [default to undefined]
**recordUuid** | **string** |  | [optional] [default to undefined]

## Example

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

const instance: GraphPathEvidence = {
    path,
    summary,
    relation,
    targetObject,
    recordUuid,
};
```

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