# MeetingSessionReportSeries


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**step_seconds** | **number** |  | [default to undefined]
**downsampled_from** | **number** |  | [default to undefined]
**points** | [**Array&lt;MeetingSessionReportPoint&gt;**](MeetingSessionReportPoint.md) |  | [default to undefined]

## Example

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

const instance: MeetingSessionReportSeries = {
    step_seconds,
    downsampled_from,
    points,
};
```

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