people  v1
Properties | List of all members
Google.Apis.PeopleService.v1.Data.PersonMetadata Class Reference

The metadata about a person. More...

Inheritance diagram for Google.Apis.PeopleService.v1.Data.PersonMetadata:
Google::Apis::Requests::IDirectResponseSchema

Properties

virtual System.Nullable< bool > Deleted [get, set]
 Output only. True if the person resource has been deleted. Populated only for connections.list requests that include a sync token. More...
 
virtual System.Collections.Generic.IList< string > LinkedPeopleResourceNames [get, set]
 Output only. Resource names of people linked to this resource. More...
 
virtual string ObjectType [get, set]
 Output only. DEPRECATED (Please use person.metadata.sources.profileMetadata.objectType instead) More...
 
virtual System.Collections.Generic.IList< string > PreviousResourceNames [get, set]
 Output only. Any former resource names this person has had. Populated only for connections.list requests that include a sync token. More...
 
virtual System.Collections.Generic.IList< SourceSources [get, set]
 The sources of data for the person. More...
 
virtual string ETag [get, set]
 The ETag of the item. More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Detailed Description

The metadata about a person.

Property Documentation

◆ Deleted

virtual System.Nullable<bool> Google.Apis.PeopleService.v1.Data.PersonMetadata.Deleted
getset

Output only. True if the person resource has been deleted. Populated only for connections.list requests that include a sync token.

◆ ETag

virtual string Google.Apis.PeopleService.v1.Data.PersonMetadata.ETag
getset

The ETag of the item.

◆ LinkedPeopleResourceNames

virtual System.Collections.Generic.IList<string> Google.Apis.PeopleService.v1.Data.PersonMetadata.LinkedPeopleResourceNames
getset

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

◆ ObjectType

virtual string Google.Apis.PeopleService.v1.Data.PersonMetadata.ObjectType
getset

Output only. DEPRECATED (Please use person.metadata.sources.profileMetadata.objectType instead)

The type of the person object.

◆ PreviousResourceNames

virtual System.Collections.Generic.IList<string> Google.Apis.PeopleService.v1.Data.PersonMetadata.PreviousResourceNames
getset

Output only. Any former resource names this person has had. Populated only for 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.

◆ Sources

virtual System.Collections.Generic.IList<Source> Google.Apis.PeopleService.v1.Data.PersonMetadata.Sources
getset

The sources of data for the person.


The documentation for this class was generated from the following file: