GetNetworkServicePlainArgs

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

A collection of arguments for invoking getNetworkService.

Constructors

Link copied to clipboard
fun GetNetworkServicePlainArgs(mobileNetworkId: String, name: String)

Functions

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

Properties

Link copied to clipboard

Specifies the ID of the Mobile Network Service.

Link copied to clipboard

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