Routing Preference Response
data class RoutingPreferenceResponse(val publishInternetEndpoints: Boolean? = null, val publishMicrosoftEndpoints: Boolean? = null, val routingChoice: String? = null)
Routing preference defines the type of network, either microsoft or internet routing to be used to deliver the user data, the default option is microsoft routing
Constructors
Link copied to clipboard
fun RoutingPreferenceResponse(publishInternetEndpoints: Boolean? = null, publishMicrosoftEndpoints: Boolean? = null, routingChoice: String? = null)