9 lines
191 B
C#
9 lines
191 B
C#
using System.Text.Json.Serialization;
|
|
|
|
namespace Adaptation.FileHandlers.MoveAllFiles.OpenInsight;
|
|
|
|
public class ProdVer
|
|
{
|
|
[JsonPropertyName("keyId")]
|
|
public int KeyId { get; set; }
|
|
} |