# APIEntitiesMetricImage

API_Entities_MetricImage model

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **number** |  | [optional] [default to undefined]
**created_at** | **string** |  | [optional] [default to undefined]
**filename** | **string** |  | [optional] [default to undefined]
**file_path** | **string** |  | [optional] [default to undefined]
**url** | **string** |  | [optional] [default to undefined]
**url_text** | **string** |  | [optional] [default to undefined]

## Example

```typescript
import { APIEntitiesMetricImage } from 'berg';

const instance: APIEntitiesMetricImage = {
    id,
    created_at,
    filename,
    file_path,
    url,
    url_text,
};
```

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