Show / Hide Table of Contents

Class GetPeopleResponse

The response to a get request for a list of people by resource name.

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

Properties

ETag

The ETag of the item.

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

Responses

The response for each requested resource name.

Declaration
[JsonProperty("responses")]
public virtual IList<PersonResponse> Responses { get; set; }
Property Value
Type Description
IList<PersonResponse>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX