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

@@ -1,9 +1,25 @@
# GetSearchAllLibrariesOptimizedForStreaming
Has this media been optimized for streaming. NOTE: This can be 0, 1, false or true
## Values
| Name | Value |
| --------- | --------- |
| `Disable` | 0 |
| `Enable` | 1 |
## Supported Types
### `Operations\GetSearchAllLibrariesOptimizedForStreaming1`
```php
/**
* @var Operations\GetSearchAllLibrariesOptimizedForStreaming1
*/
Operations\GetSearchAllLibrariesOptimizedForStreaming1 $value = /* values here */
```
### `bool`
```php
/**
* @var bool
*/
bool $value = /* values here */
```