# StreamSession


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [default to undefined]
**organizationId** | **string** |  | [default to undefined]
**streamId** | **string** |  | [default to undefined]
**status** | **string** |  | [default to undefined]
**startedAt** | **string** |  | [default to undefined]
**endedAt** | **string** |  | [default to undefined]
**createdAt** | **string** |  | [default to undefined]
**updatedAt** | **string** |  | [default to undefined]
**stream** | [**BaseStreamInput**](BaseStreamInput.md) |  | [default to undefined]
**organization** | [**BaseOrganization**](BaseOrganization.md) |  | [default to undefined]

## Example

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

const instance: StreamSession = {
    id,
    organizationId,
    streamId,
    status,
    startedAt,
    endedAt,
    createdAt,
    updatedAt,
    stream,
    organization,
};
```

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