Parameter

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

Represents the name and the value of a network request parameter.

Since

200.2.0

Constructors

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

Properties

Link copied to clipboard

the name of the network request parameter

Link copied to clipboard

the value of the network request parameter