mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 12:37:46 +00:00
19 lines
395 B
Markdown
19 lines
395 B
Markdown
# GetLibrarySectionsAllHasThumbnail
|
|
|
|
Indicates if the part has a thumbnail.
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { GetLibrarySectionsAllHasThumbnail } from "@lukehagar/plexjs/sdk/models/operations";
|
|
|
|
let value: GetLibrarySectionsAllHasThumbnail =
|
|
GetLibrarySectionsAllHasThumbnail.True;
|
|
```
|
|
|
|
## Values
|
|
|
|
| Name | Value |
|
|
| ------- | ------- |
|
|
| `False` | 0 |
|
|
| `True` | 1 | |