UrlValue

class UrlValue(val urlValue: URI) : Value

Represents a URL value of an input response.

Parameters

urlValue

The URL value of the response.

Constructors

Link copied to clipboard
constructor(urlValue: URI)

Properties

Link copied to clipboard
val urlValue: URI
Link copied to clipboard