Class ResultDisplayMetadata
Implements
Inherited Members
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 |