ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.487.0

This commit is contained in:
speakeasybot
2025-02-07 00:22:51 +00:00
parent b10d5f7023
commit d976a079a9
144 changed files with 2876 additions and 988 deletions

View File

@@ -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!;
}
}