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


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

    public partial class MyRequiredNullableTest
    {

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

    }
}