Class SharedStorageUrlWithMetadata
Bundles a candidate URL with its reporting metadata.
public sealed class SharedStorageUrlWithMetadata
- Inheritance
-
SharedStorageUrlWithMetadata
- Inherited Members
Properties
ReportingMetadata
Any associated reporting metadata.
[JsonPropertyName("reportingMetadata")]
public SharedStorageReportingMetadata[] ReportingMetadata { get; set; }
Property Value
Url
Spec of candidate URL.
[JsonPropertyName("url")]
public string Url { get; set; }