mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-05-02 17:50:53 +02:00
10 lines
No EOL
209 B
C#
10 lines
No EOL
209 B
C#
using System.Linq;
|
|
|
|
namespace NzbDrone.Api.QualityProfiles
|
|
{
|
|
public class QualityProfileRequest : IApiRequest
|
|
{
|
|
public string ApiKey { get; set; }
|
|
public int Id { get; set; }
|
|
}
|
|
} |