mirror of
https://github.com/LukeHagar/plexcsharp.git
synced 2025-12-06 12:37:46 +00:00
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.474.0
This commit is contained in:
@@ -13,12 +13,17 @@ namespace LukeHagar.PlexAPI.SDK.Models.Requests
|
||||
using Newtonsoft.Json;
|
||||
using System;
|
||||
|
||||
/// <summary>
|
||||
/// Setting that indicates if seasons are set to hidden for the show. (-1 = Library default, 0 = Hide, 1 = Show).
|
||||
/// </summary>
|
||||
public enum GetSearchAllLibrariesFlattenSeasons
|
||||
{
|
||||
[JsonProperty("-1")]
|
||||
LibraryDefault,
|
||||
[JsonProperty("0")]
|
||||
False,
|
||||
Hide,
|
||||
[JsonProperty("1")]
|
||||
True,
|
||||
Show,
|
||||
}
|
||||
|
||||
public static class GetSearchAllLibrariesFlattenSeasonsExtension
|
||||
|
||||
Reference in New Issue
Block a user