Class SearchResponse
The response to a search request for the authenticated user, given a query.
Implements
Inherited Members
Namespace: Google.Apis.PeopleService.v1.Data
Assembly: Google.Apis.PeopleService.v1.dll
Syntax
public class SearchResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Results
The results of the request.
Declaration
[JsonProperty("results")]
public virtual IList<SearchResult> Results { get; set; }
Property Value
Type | Description |
---|---|
IList<SearchResult> |