LinkStateResponse

data class LinkStateResponse(val lastUpdatedOn: String, val message: String? = null, val state: String? = null)

The link state.

Constructors

Link copied to clipboard
constructor(lastUpdatedOn: String, message: String? = null, state: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The timestamp of the last update of the link state.

Link copied to clipboard
val message: String? = null

The state message.

Link copied to clipboard
val state: String? = null

The state of the link.