Added RouteTypeName attribute that can be used to rename a type when generating client code.
This commit is contained in:
@ -30,6 +30,7 @@ namespace MontoyaTech.Rest.Net.Example
|
||||
}
|
||||
}
|
||||
|
||||
[RouteTypeName("UserDto")]
|
||||
public class User : BaseUser
|
||||
{
|
||||
public PlatformID MachineType;
|
||||
|
Reference in New Issue
Block a user