Files
plexjs/docs/sdk/models/operations/getmediametadatahasthumbnail.md

19 lines
374 B
Markdown

# GetMediaMetaDataHasThumbnail
Indicates if the part has a thumbnail.
## Example Usage
```typescript
import { GetMediaMetaDataHasThumbnail } from "@lukehagar/plexjs/sdk/models/operations";
let value: GetMediaMetaDataHasThumbnail = GetMediaMetaDataHasThumbnail.True;
```
## Values
| Name | Value |
| ------- | ------- |
| `False` | 0 |
| `True` | 1 |