ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.401.2

This commit is contained in:
speakeasybot
2024-09-21 14:18:12 +00:00
parent 223ab320b2
commit e7023f61d0
367 changed files with 1660 additions and 774 deletions

View File

@@ -21,9 +21,21 @@ namespace LukeHagar.PlexAPI.SDK.Models.Requests
public string? Key { get; set; }
[JsonProperty("type")]
public string? Type { get; set; }
public string Type { get; set; } = default!;
[JsonProperty("flavor")]
public string? Flavor { get; set; }
[JsonProperty("scrobbleKey")]
public string? ScrobbleKey { get; set; }
[JsonProperty("unscrobbleKey")]
public string? UnscrobbleKey { get; set; }
[JsonProperty("Directory")]
public List<GetMediaProvidersDirectory>? Directory { get; set; }
[JsonProperty("Action")]
public List<Action>? Action { get; set; }
}
}