mirror of
https://github.com/LukeHagar/plexgo.git
synced 2025-12-09 04:20:52 +00:00
20 lines
550 B
Markdown
20 lines
550 B
Markdown
# GetRecentlyAddedOptimizedForStreaming
|
|
|
|
Has this media been optimized for streaming. NOTE: This can be 0, 1, false or true
|
|
|
|
|
|
## Supported Types
|
|
|
|
### GetRecentlyAddedOptimizedForStreaming1
|
|
|
|
```go
|
|
getRecentlyAddedOptimizedForStreaming := operations.CreateGetRecentlyAddedOptimizedForStreamingGetRecentlyAddedOptimizedForStreaming1(operations.GetRecentlyAddedOptimizedForStreaming1{/* values here */})
|
|
```
|
|
|
|
###
|
|
|
|
```go
|
|
getRecentlyAddedOptimizedForStreaming := operations.CreateGetRecentlyAddedOptimizedForStreamingBoolean(bool{/* values here */})
|
|
```
|
|
|