# EventSessionTime


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [default to undefined]
**name** | **string** |  | [default to undefined]
**description** | **string** |  | [default to undefined]
**startTime** | **string** |  | [default to undefined]
**speakers** | [**Array&lt;BaseEventSpeaker&gt;**](BaseEventSpeaker.md) |  | [default to undefined]
**translations** | [**Array&lt;EventSessionTimeTranslation&gt;**](EventSessionTimeTranslation.md) |  | [default to undefined]
**createdAt** | **string** |  | [default to undefined]
**updatedAt** | **string** |  | [default to undefined]

## Example

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

const instance: EventSessionTime = {
    id,
    name,
    description,
    startTime,
    speakers,
    translations,
    createdAt,
    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)
