# MeetingSessionReportDevice


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**t** | **string** |  | [default to undefined]
**kind** | **string** |  | [default to undefined]
**action** | **string** |  | [default to undefined]
**label** | **string** |  | [default to undefined]
**device_id** | **string** |  | [default to undefined]

## Example

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

const instance: MeetingSessionReportDevice = {
    t,
    kind,
    action,
    label,
    device_id,
};
```

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