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.557.0
This commit is contained in:
@@ -39,13 +39,13 @@ namespace LukeHagar.PlexAPI.SDK.Models.Requests
|
||||
/// The unique identifier for the library section.
|
||||
/// </summary>
|
||||
[JsonProperty("librarySectionID")]
|
||||
public long LibrarySectionID { get; set; } = default!;
|
||||
public long? LibrarySectionID { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// The title of the library section.
|
||||
/// </summary>
|
||||
[JsonProperty("librarySectionTitle")]
|
||||
public string LibrarySectionTitle { get; set; } = default!;
|
||||
public string? LibrarySectionTitle { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// The universally unique identifier for the library section.
|
||||
|
||||
Reference in New Issue
Block a user