Class WebSearchResult
public class WebSearchResult
- Inheritance
-
object
WebSearchResult
Properties
EncryptedContent
public string EncryptedContent { get; set; }
Property Value
- string
ErrorCode
public ClaudeToolErrorCode? ErrorCode { get; set; }
Property Value
- ClaudeToolErrorCode?
PageAge
public int PageAge { get; set; }
Property Value
- int
Title
public string Title { get; set; }
Property Value
- string
Type
public WebSearchResultType Type { get; set; }
Property Value
- WebSearchResultType
Url
public string Url { get; set; }
Property Value
- string