﻿//----------------------
// <auto-generated>
// </auto-generated>
//----------------------


namespace MyNamespace
{
    #pragma warning disable // Disable all warnings

    public partial class MyClass
    {

        [Newtonsoft.Json.JsonProperty("Property", Required = Newtonsoft.Json.Required.DisallowNull, NullValueHandling = Newtonsoft.Json.NullValueHandling.Ignore)]
        public int Property { get; set; }

        [Newtonsoft.Json.JsonProperty("Property2", Required = Newtonsoft.Json.Required.Always)]
        public int Property2 { get; set; }

    }
}