Class GetPeopleResponse
The response to a get request for a list of people by resource name.
Implements
Inherited Members
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> |