Show / Hide Table of Contents

Class Search.UrlData

OpenSearch template and URL.

Inheritance
object
Search.UrlData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Generated by DocFX