GetNetworkSlicePlainArgs

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

A collection of arguments for invoking getNetworkSlice.

Constructors

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

Properties

Link copied to clipboard

The ID of Mobile Network which the Mobile Network Slice belongs to.

Link copied to clipboard

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

Functions

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