GetNetworkSimPolicyPlainArgs

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

A collection of arguments for invoking getNetworkSimPolicy.

Constructors

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

Properties

Link copied to clipboard

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

Link copied to clipboard

The name which should be used for this Mobile Network Sim Policies.

Functions

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