# MeetingSessionTranscriptDownload


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**sessionId** | **string** |  | [default to undefined]
**transcript_download_url** | **string** |  | [optional] [default to undefined]
**transcript_download_url_expiry** | **string** |  | [optional] [default to undefined]

## Example

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

const instance: MeetingSessionTranscriptDownload = {
    sessionId,
    transcript_download_url,
    transcript_download_url_expiry,
};
```

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