Class Search.UrlData
OpenSearch template and URL.
Inherited Members
Namespace: Google.Apis.CustomSearchAPI.v1.Data
Assembly: Google.Apis.CustomSearchAPI.v1.dll
Syntax
public class Search.UrlData
Properties
Template
The actual OpenSearch template for this API.
Declaration
[JsonProperty("template")]
public virtual string Template { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
The MIME type of the OpenSearch URL template for the Custom Search JSON API.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |