# WebSocketConnection


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [default to undefined]
**organizationId** | **string** |  | [default to undefined]
**account** | [**BaseAccount**](BaseAccount.md) |  | [default to undefined]
**active** | **boolean** |  | [default to undefined]
**connectedAt** | **string** |  | [default to undefined]
**disconnectedAt** | **string** |  | [default to undefined]
**streamId** | **string** |  | [default to undefined]
**streamSessionId** | **string** |  | [default to undefined]

## Example

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

const instance: WebSocketConnection = {
    id,
    organizationId,
    account,
    active,
    connectedAt,
    disconnectedAt,
    streamId,
    streamSessionId,
};
```

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