GetNetworkSimGroupPlainArgs

data class GetNetworkSimGroupPlainArgs(val mobileNetworkId: String, val name: String) : ConvertibleToJava<GetNetworkSimGroupPlainArgs>

A collection of arguments for invoking getNetworkSimGroup.

Constructors

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

Properties

Link copied to clipboard

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

Link copied to clipboard

Specifies the name which should be used for this Mobile Network Sim Groups.

Functions

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