# MeetingSessionReportEvent


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**t** | **string** |  | [default to undefined]
**kind** | **string** |  | [default to undefined]
**name** | **string** |  | [default to undefined]
**detail** | **{ [key: string]: any; }** |  | [default to undefined]

## Example

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

const instance: MeetingSessionReportEvent = {
    t,
    kind,
    name,
    detail,
};
```

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