Show / Hide Table of Contents

Class PersonMetadata

The metadata about a person.

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

Properties

Deleted

Output only. True if the person resource has been deleted. Populated only for people.connections.list and otherContacts.list sync requests.

Declaration
[JsonProperty("deleted")]
public virtual bool? Deleted { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

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

LinkedPeopleResourceNames

Output only. Resource names of people linked to this resource.

Declaration
[JsonProperty("linkedPeopleResourceNames")]
public virtual IList<string> LinkedPeopleResourceNames { get; set; }
Property Value
Type Description
IList<string>

ObjectType

Output only. DEPRECATED (Please use person.metadata.sources.profileMetadata.objectType instead) The type of the person object.

Declaration
[JsonProperty("objectType")]
public virtual string ObjectType { get; set; }
Property Value
Type Description
string

PreviousResourceNames

Output only. Any former resource names this person has had. Populated only for people.connections.list requests that include a sync token. The resource name may change when adding or removing fields that link a contact and profile such as a verified email, verified phone number, or profile URL.

Declaration
[JsonProperty("previousResourceNames")]
public virtual IList<string> PreviousResourceNames { get; set; }
Property Value
Type Description
IList<string>

Sources

The sources of data for the person.

Declaration
[JsonProperty("sources")]
public virtual IList<Source> Sources { get; set; }
Property Value
Type Description
IList<Source>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX