Setting

class Setting

Represents a single network-level configuration setting with its name, value, and data type. Settings control network-wide behaviors and features.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the network setting (e.g., 'enableClientMetrics', 'dataRetention').

Link copied to clipboard

The data type of the setting value (e.g., 'boolean', 'string', 'number').

Link copied to clipboard

The current value of the setting as a string. Boolean values are represented as 'true' or 'false'.

Functions

Link copied to clipboard
inline fun copy(block: Setting.Builder.() -> Unit = {}): Setting
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String