UrlMetadata

@Serializable
data class UrlMetadata(val retrievedUrl: String? = null, val urlRetrievalStatus: UrlRetrievalStatus? = null)

The metadata for a single URL retrieval.

Constructors

Link copied to clipboard
constructor(retrievedUrl: String? = null, urlRetrievalStatus: UrlRetrievalStatus? = null)

Properties

Link copied to clipboard
val retrievedUrl: String? = null

The URL retrieved by the tool.

Link copied to clipboard

The status of the URL retrieval.