mirror of
https://github.com/LukeHagar/plexcsharp.git
synced 2025-12-06 20:47:49 +00:00
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.557.0
This commit is contained in:
@@ -16,10 +16,16 @@ namespace LukeHagar.PlexAPI.SDK.Models.Requests
|
||||
public class SearchResult
|
||||
{
|
||||
|
||||
/// <summary>
|
||||
/// The score of the search result, typically a float value between 0 and 1.
|
||||
/// </summary>
|
||||
[JsonProperty("score")]
|
||||
public float Score { get; set; } = default!;
|
||||
|
||||
[JsonProperty("Directory")]
|
||||
public GetSearchAllLibrariesDirectory? Directory { get; set; }
|
||||
|
||||
[JsonProperty("Metadata")]
|
||||
public GetSearchAllLibrariesMetadata Metadata { get; set; } = default!;
|
||||
public GetSearchAllLibrariesMetadata? Metadata { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user