Show / Hide Table of Contents

Class SearchResponse

The response to a search request for the authenticated user, given a query.

Inheritance
object
SearchResponse
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.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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX