# FilledProperty


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **string** |  | [optional] [default to undefined]
**value** | **any** |  | [optional] [default to undefined]
**type** | **string** |  | [optional] [default to undefined]
**icon** | **string** |  | [optional] [default to undefined]
**label** | **string** |  | [optional] [default to undefined]

## Example

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

const instance: FilledProperty = {
    name,
    value,
    type,
    icon,
    label,
};
```

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