# SearchListValue


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [default to undefined]
**searchListId** | **string** |  | [default to undefined]
**value** | **string** |  | [default to undefined]
**priority** | **number** |  | [default to undefined]
**createdAt** | **string** |  | [default to undefined]
**updatedAt** | **string** |  | [default to undefined]
**searchList** | [**SearchList**](SearchList.md) |  | [default to undefined]

## Example

```typescript
import { SearchListValue } from '@connectedxm/admin-sdk';

const instance: SearchListValue = {
    id,
    searchListId,
    value,
    priority,
    createdAt,
    updatedAt,
    searchList,
};
```

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