User Identity Response
data class UserIdentityResponse(val autoUser: AutoUserSpecificationResponse? = null, val userName: String? = null)
Specify either the userName or autoUser property, but not both.
Specify either the userName or autoUser property, but not both.