Show / Hide Table of Contents

Class Source

Defines sources for the suggest/search APIs.

Inheritance
System.Object
Source
Implements
IDirectResponseSchema
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.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class Source : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

Name

Source name for content indexed by the Indexing API.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
System.String

PredefinedSource

Predefined content source for Google Apps.

Declaration
[JsonProperty("predefinedSource")]
public virtual string PredefinedSource { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
Back to top