Class PersonResponse
The response for a single person
Inheritance
System.Object
PersonResponse
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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 |
|---|---|
| System.String |
HttpStatusCode
DEPRECATED (Please use status instead)
Declaration
[JsonProperty("httpStatusCode")]
public virtual int? HttpStatusCode { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
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 |
|---|---|
| System.String |
Status
The status of the response.
Declaration
[JsonProperty("status")]
public virtual Status Status { get; set; }
Property Value
| Type | Description |
|---|---|
| Status |
Implements
Google.Apis.Requests.IDirectResponseSchema