Show / Hide Table of Contents

Class PersonResponse

The response for a single person

Inheritance
object
PersonResponse
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX