Ok, fair enough.
How can I get the client generated class’s constructor to set all the properties to null? The generated C# client code sets the string arrays to a new string[].
I have large query classes and if the constructor could initialise those to null for me, it’d make the clients using my API a lot simpler.
Thanks