mirror of
https://github.com/LukeHagar/plexcsharp.git
synced 2025-12-07 04:20:48 +00:00
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.406.0
This commit is contained in:
@@ -27,17 +27,11 @@ namespace LukeHagar.PlexAPI.SDK.Models.Requests
|
||||
[JsonProperty("adsConsent", NullValueHandling = NullValueHandling.Include)]
|
||||
public bool? AdsConsent { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Unknown
|
||||
/// </summary>
|
||||
[JsonProperty("adsConsentReminderAt", NullValueHandling = NullValueHandling.Include)]
|
||||
public DateTime? AdsConsentReminderAt { get; set; }
|
||||
public long? AdsConsentReminderAt { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Unknown
|
||||
/// </summary>
|
||||
[JsonProperty("adsConsentSetAt", NullValueHandling = NullValueHandling.Include)]
|
||||
public DateTime? AdsConsentSetAt { get; set; }
|
||||
public long? AdsConsentSetAt { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Unknown
|
||||
|
||||
Reference in New Issue
Block a user