# SearchList


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [default to undefined]
**organizationId** | **string** |  | [default to undefined]
**name** | **string** |  | [default to undefined]
**createdAt** | **string** |  | [default to undefined]
**updatedAt** | **string** |  | [default to undefined]
**_count** | [**AccountAttributeAllOfCount**](AccountAttributeAllOfCount.md) |  | [default to undefined]

## Example

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

const instance: SearchList = {
    id,
    organizationId,
    name,
    createdAt,
    updatedAt,
    _count,
};
```

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