ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.558.1

This commit is contained in:
speakeasybot
2025-06-10 00:13:15 +00:00
parent 9e94d6c359
commit b53b57ef41
175 changed files with 3682 additions and 4332 deletions

View File

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