UrlMetadata

@Serializable
data class UrlMetadata(val retrievedUrl: String, val urlRetrievalStatus: String)

Metadata for a single retrieved URL.

Constructors

Link copied to clipboard
constructor(retrievedUrl: String, urlRetrievalStatus: String)

Properties

Link copied to clipboard
val retrievedUrl: String

The URL that was retrieved.

Link copied to clipboard
val urlRetrievalStatus: String

The status of the URL retrieval.