There are several read/write fields that have different property names
to conform to go standards than their json names. A common one being
something like RoleID (go) versus RoleId (json).
This updates the common Update logic account for the names being
different so we don't try to update a field that the system will not
recognize.
There are several read/write fields that have different property names to conform to go standards than their json names. A common one being something like RoleID (go) versus RoleId (json).
This updates the common Update logic account for the names being different so we don't try to update a field that the system will not recognize.
Closes: #124