# MeetingSessionParticipantReport


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**participant** | [**BaseMeetingSessionParticipant**](BaseMeetingSessionParticipant.md) |  | [default to undefined]
**summary** | [**MeetingSessionReportSummary**](MeetingSessionReportSummary.md) |  | [default to undefined]
**series** | [**MeetingSessionReportSeriesMap**](MeetingSessionReportSeriesMap.md) |  | [default to undefined]
**events** | [**Array&lt;MeetingSessionReportEvent&gt;**](MeetingSessionReportEvent.md) |  | [default to undefined]
**devices** | [**Array&lt;MeetingSessionReportDevice&gt;**](MeetingSessionReportDevice.md) |  | [default to undefined]
**meta** | [**MeetingSessionParticipantReportMeta**](MeetingSessionParticipantReportMeta.md) |  | [default to undefined]

## Example

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

const instance: MeetingSessionParticipantReport = {
    participant,
    summary,
    series,
    events,
    devices,
    meta,
};
```

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