GetNetworkSimPlainArgs

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

A collection of arguments for invoking getNetworkSim.

Constructors

Link copied to clipboard
constructor(mobileNetworkSimGroupId: String, name: String)

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.

Functions

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