mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00

committed by
Mark McDowall

parent
e4adc1d3a1
commit
626d94d435
13
src/NzbDrone.Core/Notifications/Join/JoinResponseModel.cs
Normal file
13
src/NzbDrone.Core/Notifications/Join/JoinResponseModel.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace NzbDrone.Core.Notifications.Join
|
||||
{
|
||||
public class JoinResponseModel
|
||||
{
|
||||
public bool success { get; set; }
|
||||
public bool userAuthError { get; set; }
|
||||
public string errorMessage { get; set; }
|
||||
public string kind { get; set; }
|
||||
public string etag { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user