ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.555.3

This commit is contained in:
speakeasybot
2025-06-05 00:13:14 +00:00
parent a3516e5c06
commit 9e94d6c359
207 changed files with 1825 additions and 1615 deletions

View File

@@ -0,0 +1,25 @@
# GetLibrarySectionsAllLibraryOptimizedForStreaming
Has this media been optimized for streaming. NOTE: This can be 0, 1, false or true
## Supported Types
### `Operations\GetLibrarySectionsAllOptimizedForStreaming1`
```php
/**
* @var Operations\GetLibrarySectionsAllOptimizedForStreaming1
*/
Operations\GetLibrarySectionsAllOptimizedForStreaming1 $value = /* values here */
```
### `bool`
```php
/**
* @var bool
*/
bool $value = /* values here */
```