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

18 lines
309 B
Markdown

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