Value

class Value

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
@SerializedName(value = "key")
var key: String?
Link copied to clipboard
@SerializedName(value = "value")
var value: String?