value

@get:JvmName(name = "getValue")
@set:JvmName(name = "setValue")
var value: String
Value of the cookie to set. Optional. If left empty, the specified cookie will be cleared.

string value = 2;