Class StructuredResult
Structured results that are returned as part of search request.
Implements
Inherited Members
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class StructuredResult : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Person
Representation of a person
Declaration
[JsonProperty("person")]
public virtual Person Person { get; set; }
Property Value
Type | Description |
---|---|
Person |