LifeOfVio
✅ OpenApi generation
I have following class generated from swagger
My issue is that when I create an instance of
RandomSearchDto
like this -> var searchBody = new RandomSearchDto();
, the CreatedAfter
and CreatedBefore
properties have a default value (because they are not nullable).
How can I generate this so that the DateTimeOffsets are generated as nullable
?39 replies