Table of Contents

Class ApiPublicSearchResult

public class ApiPublicSearchResult
Inheritance
object
ApiPublicSearchResult

Properties

Date

Optional. The date of the search result.

public string Date { get; set; }

Property Value

string

Title

Required. The title of the search result.

public string Title { get; set; }

Property Value

string

Url

Required. The URL of the search result.

public string Url { get; set; }

Property Value

string