mirror of
https://github.com/LukeHagar/plexcsharp.git
synced 2025-12-07 12:37:45 +00:00
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.405.8
This commit is contained in:
@@ -15,10 +15,7 @@ namespace LukeHagar.PlexAPI.SDK.Models.Requests
|
||||
public class Location
|
||||
{
|
||||
|
||||
[JsonProperty("id")]
|
||||
public int Id { get; set; } = default!;
|
||||
|
||||
[JsonProperty("path")]
|
||||
public string Path { get; set; } = default!;
|
||||
public string? Path { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user