# MeetingSessionParticipantReportMeta


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**fetched_at** | **string** |  | [default to undefined]
**truncated** | **boolean** |  | [default to undefined]
**peer_id** | **string** |  | [default to undefined]
**has_data** | **boolean** |  | [default to undefined]

## Example

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

const instance: MeetingSessionParticipantReportMeta = {
    fetched_at,
    truncated,
    peer_id,
    has_data,
};
```

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