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

@@ -252,5 +252,8 @@ namespace LukeHagar.PlexAPI.SDK.Models.Requests
/// </summary>
[JsonProperty("uuid")]
public string Uuid { get; set; } = default!;
[JsonProperty("attributionPartner", NullValueHandling = NullValueHandling.Include)]
public string? AttributionPartner { get; set; }
}
}