Class PersonResponse
The response for a single person
Implements
Inherited Members
Namespace: Google.Apis.PeopleService.v1.Data
Assembly: Google.Apis.PeopleService.v1.dll
Syntax
public class PersonResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
HttpStatusCode
DEPRECATED (Please use status instead) [HTTP 1.1 status code] (http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html).
Declaration
[JsonProperty("httpStatusCode")]
public virtual int? HttpStatusCode { get; set; }
Property Value
Type | Description |
---|---|
int? |
Person
The person.
Declaration
[JsonProperty("person")]
public virtual Person Person { get; set; }
Property Value
Type | Description |
---|---|
Person |
RequestedResourceName
The original requested resource name. May be different than the resource name on the returned person. The resource name can change when adding or removing fields that link a contact and profile such as a verified email, verified phone number, or a profile URL.
Declaration
[JsonProperty("requestedResourceName")]
public virtual string RequestedResourceName { get; set; }
Property Value
Type | Description |
---|---|
string |
Status
The status of the response.
Declaration
[JsonProperty("status")]
public virtual Status Status { get; set; }
Property Value
Type | Description |
---|---|
Status |