CoreNetworkNetworkFunctionGroupSegmentsProperties

data class CoreNetworkNetworkFunctionGroupSegmentsProperties(val sendTo: List<String>? = null, val sendVia: List<String>? = null)

The segments associated with the network function group.

Constructors

constructor(sendTo: List<String>? = null, sendVia: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val sendTo: List<String>? = null
Link copied to clipboard
val sendVia: List<String>? = null