Show / Hide Table of Contents

Class ResultDisplayField

Display Fields for Search Results

Inheritance
object
ResultDisplayField
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class ResultDisplayField : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Label

The display label for the property.

Declaration
[JsonProperty("label")]
public virtual string Label { get; set; }
Property Value
Type Description
string

OperatorName

The operator name of the property.

Declaration
[JsonProperty("operatorName")]
public virtual string OperatorName { get; set; }
Property Value
Type Description
string

Property

The name value pair for the property.

Declaration
[JsonProperty("property")]
public virtual NamedProperty Property { get; set; }
Property Value
Type Description
NamedProperty

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX