Network

data class Network(val networkId: String, val networkName: String? = null)(source)

Describes network IDs.

This class represents a record in the networks.txt file.

Constructors

Link copied to clipboard
constructor(networkId: String, networkName: String? = null)

Properties

Link copied to clipboard
@SerialName(value = "network_id")
val networkId: String

Identifies a network.

Link copied to clipboard
@SerialName(value = "network_name")
val networkName: String?

Name of the network.