SharedStorageUrlWithMetadata

@Serializable
data class SharedStorageUrlWithMetadata(val url: String, val reportingMetadata: List<Storage.SharedStorageReportingMetadata>)

Bundles a candidate URL with its reporting metadata.

Constructors

Link copied to clipboard
constructor(url: String, reportingMetadata: List<Storage.SharedStorageReportingMetadata>)

Properties

Link copied to clipboard

Any associated reporting metadata.

Link copied to clipboard
val url: String

Spec of candidate URL.