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.487.0
This commit is contained in:
@@ -15,7 +15,10 @@ namespace LukeHagar.PlexAPI.SDK.Models.Requests
|
||||
public class Guids
|
||||
{
|
||||
|
||||
/// <summary>
|
||||
/// The GUID value.
|
||||
/// </summary>
|
||||
[JsonProperty("id")]
|
||||
public string? Id { get; set; }
|
||||
public string Id { get; set; } = default!;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user