Files
plexpy/docs/models/operations/optimizedforstreaming.md

20 lines
268 B
Markdown

# OptimizedForStreaming
Has this media been optimized for streaming. NOTE: This can be 0, 1, false or true
## Supported Types
### `operations.One`
```python
value: operations.One = /* values here */
```
### `bool`
```python
value: bool = /* values here */
```