QueryParameterValue

final case class QueryParameterValue(arrayValues: Option[List[QueryParameterValue]], value: Option[String], structValues: Option[Map[String, QueryParameterValue]])
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product