ConfigReference

@Serializable
data class ConfigReference(val network: String? = null)

The config-only network source to provide the configuration for this network.

Parameters

network

The name of the config-only network that provides the network's configuration. The specified network must be an existing config-only network. Only network names are allowed, not network IDs.

Constructors

Link copied to clipboard
constructor(network: String? = null)

Properties

Link copied to clipboard
@SerialName(value = "Network")
val network: String?