DumpFlagResponse

data class DumpFlagResponse(val name: String, val value: String)

Dump flag definition.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the flag

Link copied to clipboard

The value of the flag.