GetNetworkDataNetworkPlainArgs

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

A collection of arguments for invoking getNetworkDataNetwork.

Constructors

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

Properties

Link copied to clipboard

Specifies the ID of the Mobile Network.

Link copied to clipboard

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

Functions

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