Get Network Sim Policy Result
data class GetNetworkSimPolicyResult(val defaultSliceId: String, val id: String, val location: String, val mobileNetworkId: String, val name: String, val ratFrequencySelectionPriorityIndex: Int, val registrationTimerInSeconds: Int, val slices: List<GetNetworkSimPolicySlice>, val tags: Map<String, String>, val userEquipmentAggregateMaximumBitRates: List<GetNetworkSimPolicyUserEquipmentAggregateMaximumBitRate>)
A collection of values returned by getNetworkSimPolicy.
Constructors
Link copied to clipboard
fun GetNetworkSimPolicyResult(defaultSliceId: String, id: String, location: String, mobileNetworkId: String, name: String, ratFrequencySelectionPriorityIndex: Int, registrationTimerInSeconds: Int, slices: List<GetNetworkSimPolicySlice>, tags: Map<String, String>, userEquipmentAggregateMaximumBitRates: List<GetNetworkSimPolicyUserEquipmentAggregateMaximumBitRate>)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard