QueryItem

data class QueryItem(val name: String, val value: String?)

A single URL query-string parameter.

Constructors

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

Properties

Link copied to clipboard

The parameter name.

Link copied to clipboard

The parameter value, or null to omit the value.