GetNetworkSimPlainArgs

data class GetNetworkSimPlainArgs(val mobileNetworkSimGroupId: String, val name: String) : ConvertibleToJava<GetNetworkSimPlainArgs>

A collection of arguments for invoking getNetworkSim.

Constructors

Link copied to clipboard
fun GetNetworkSimPlainArgs(mobileNetworkSimGroupId: String, name: String)

Functions

Link copied to clipboard
open override fun toJava(): GetNetworkSimPlainArgs

Properties

Link copied to clipboard

The ID of the Mobile Network which the Mobile Network Sim belongs to.

Link copied to clipboard

The name which should be used for this Mobile Network Sim.