Initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace Radium.DataExporter.Models.Common.Results;
|
||||
|
||||
public class CreateJobSessionResponse
|
||||
{
|
||||
public CompleteAuthLinkResult? Result { get; init; }
|
||||
public RecNetError? Error { get; init; }
|
||||
|
||||
public bool IsSuccess => Result != null;
|
||||
}
|
||||
Reference in New Issue
Block a user