Show / Hide Table of Contents

Class ResultDisplayMetadata

Inheritance
object
ResultDisplayMetadata
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 ResultDisplayMetadata : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Metalines

The metalines content to be displayed with the result.

Declaration
[JsonProperty("metalines")]
public virtual IList<ResultDisplayLine> Metalines { get; set; }
Property Value
Type Description
IList<ResultDisplayLine>

ObjectTypeLabel

The display label for the object.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX