Show / Hide Table of Contents

Class Search.UrlData

OpenSearch template and URL.

Inheritance
System.Object
Search.UrlData
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CustomSearchAPI.v1.Data
Assembly: Google.Apis.CustomSearchAPI.v1.dll
Syntax
public class UrlData

Properties

Template

The actual OpenSearch template for this API.

Declaration
[JsonProperty("template")]
public virtual string Template { get; set; }
Property Value
Type Description
System.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
System.String
In This Article
Back to top