Added RouteTypeName attribute that can be used to rename a type when generating client code.

This commit is contained in:
2023-03-31 07:02:44 -07:00
parent 4bc388d86b
commit fe99ba9b9d
5 changed files with 44 additions and 7 deletions

View File

@ -30,6 +30,7 @@ namespace MontoyaTech.Rest.Net.Example
}
}
[RouteTypeName("UserDto")]
public class User : BaseUser
{
public PlatformID MachineType;