# LivestreamSession


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [default to undefined]
**livestream_id** | **string** |  | [default to undefined]
**err_message** | **string** |  | [default to undefined]
**invoked_time** | **string** |  | [default to undefined]
**started_time** | **string** |  | [default to undefined]
**stopped_time** | **string** |  | [default to undefined]
**created_at** | **string** |  | [default to undefined]
**updated_at** | **string** |  | [default to undefined]
**ingest_seconds** | **string** |  | [default to undefined]

## Example

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

const instance: LivestreamSession = {
    id,
    livestream_id,
    err_message,
    invoked_time,
    started_time,
    stopped_time,
    created_at,
    updated_at,
    ingest_seconds,
};
```

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