GetNetworkSitePlainArgs

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

A collection of arguments for invoking getNetworkSite.

Constructors

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

Properties

Link copied to clipboard

the ID of the Mobile Network which the Mobile Network Site belongs to.

Link copied to clipboard

The name which should be used for this Mobile Network Site.

Functions

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