GetNetworkServicePlainArgs

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

A collection of arguments for invoking getNetworkService.

Constructors

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

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.

Functions

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