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.392.1
This commit is contained in:
@@ -23,10 +23,10 @@ namespace LukeHagar.PlexAPI.SDK.Models.Requests
|
||||
public string? Mode { get; set; }
|
||||
|
||||
[JsonProperty("renewsAt", NullValueHandling = NullValueHandling.Include)]
|
||||
public int? RenewsAt { get; set; }
|
||||
public long? RenewsAt { get; set; }
|
||||
|
||||
[JsonProperty("endsAt", NullValueHandling = NullValueHandling.Include)]
|
||||
public int? EndsAt { get; set; }
|
||||
public long? EndsAt { get; set; }
|
||||
|
||||
[JsonProperty("canceled")]
|
||||
public bool? Canceled { get; set; } = false;
|
||||
|
||||
Reference in New Issue
Block a user