Class UrlMetadata
public class UrlMetadata
- Inheritance
-
objectUrlMetadata
Properties
RetrievedUrl
Required. Retrieved url by the tool.
public string RetrievedUrl { get; set; }
Property Value
- string
UrlRetrievalStatus
Required. Status of the url retrieval.
public UrlRetrievalStatus? UrlRetrievalStatus { get; set; }