HistoryMetadataObservation

data class HistoryMetadataObservation(    var url: String,     var referrerUrl: String? = null,     var searchTerm: String? = null,     var viewTime: Int? = null,     var documentType: DocumentType? = null,     var title: String? = null)

This is used as an "input" to the api.

Constructors

Link copied to clipboard
constructor(    url: String,     referrerUrl: String? = null,     searchTerm: String? = null,     viewTime: Int? = null,     documentType: DocumentType? = null,     title: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var url: String
Link copied to clipboard