# SearchField


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [default to undefined]
**name** | **string** |  | [default to undefined]
**subtext** | **string** |  | [default to undefined]
**search** | **string** |  | [default to undefined]
**accountId** | **string** |  | [default to undefined]
**eventId** | **string** |  | [default to undefined]
**groupId** | **string** |  | [default to undefined]
**contentId** | **string** |  | [default to undefined]
**channelId** | **string** |  | [default to undefined]
**threadId** | **string** |  | [default to undefined]
**updatedAt** | **string** |  | [default to undefined]

## Example

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

const instance: SearchField = {
    id,
    name,
    subtext,
    search,
    accountId,
    eventId,
    groupId,
    contentId,
    channelId,
    threadId,
    updatedAt,
};
```

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