7 lines
No EOL
144 B
C#
7 lines
No EOL
144 B
C#
namespace Insight.Domain.Models;
|
|
|
|
public class UpdateResponse
|
|
{
|
|
public Version? Version { get; set; }
|
|
public Uri? Uri { get; set; }
|
|
} |