Class ResultDisplayField
Display Fields for Search Results
Inheritance
System.Object
ResultDisplayField
Implements
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 ResultDisplayField : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Label
The display label for the property.
Declaration
[JsonProperty("label")]
public virtual string Label { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
OperatorName
The operator name of the property.
Declaration
[JsonProperty("operatorName")]
public virtual string OperatorName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Property
The name value pair for the property.
Declaration
[JsonProperty("property")]
public virtual NamedProperty Property { get; set; }
Property Value
| Type | Description |
|---|---|
| NamedProperty |