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.459.2
This commit is contained in:
@@ -16,6 +16,18 @@ namespace LukeHagar.PlexAPI.SDK.Models.Requests
|
||||
public class GetRecentlyAddedLibraryRequest
|
||||
{
|
||||
|
||||
[SpeakeasyMetadata("queryParam:style=form,explode=true,name=contentDirectoryID")]
|
||||
public long? ContentDirectoryID { get; set; }
|
||||
|
||||
[SpeakeasyMetadata("queryParam:style=form,explode=true,name=pinnedContentDirectoryID")]
|
||||
public List<long>? PinnedContentDirectoryID { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// The library section ID for filtering content.
|
||||
/// </summary>
|
||||
[SpeakeasyMetadata("queryParam:style=form,explode=true,name=sectionID")]
|
||||
public long? SectionID { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// The type of media to retrieve.<br/>
|
||||
///
|
||||
@@ -31,18 +43,6 @@ namespace LukeHagar.PlexAPI.SDK.Models.Requests
|
||||
[SpeakeasyMetadata("queryParam:style=form,explode=true,name=type")]
|
||||
public QueryParamType Type { get; set; } = default!;
|
||||
|
||||
[SpeakeasyMetadata("queryParam:style=form,explode=true,name=contentDirectoryID")]
|
||||
public long? ContentDirectoryID { get; set; }
|
||||
|
||||
[SpeakeasyMetadata("queryParam:style=form,explode=true,name=pinnedContentDirectoryID")]
|
||||
public List<long>? PinnedContentDirectoryID { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// The library section ID for filtering content.
|
||||
/// </summary>
|
||||
[SpeakeasyMetadata("queryParam:style=form,explode=true,name=sectionID")]
|
||||
public long? SectionID { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Adds the Meta object to the response<br/>
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user