View Source GoogleApi.People.V1.Model.PersonMetadata (google_api_people v0.43.0)
The metadata about a person.
Attributes
-
deleted(type:boolean(), default:nil) - Output only. True if the person resource has been deleted. Populated only forpeople.connections.listandotherContacts.listsync requests. -
linkedPeopleResourceNames(type:list(String.t), default:nil) - Output only. Resource names of people linked to this resource. -
objectType(type:String.t, default:nil) - Output only. DEPRECATED (Please useperson.metadata.sources.profileMetadata.objectTypeinstead) The type of the person object. -
previousResourceNames(type:list(String.t), default:nil) - Output only. Any former resource names this person has had. Populated only forpeople.connections.listrequests 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(type:list(GoogleApi.People.V1.Model.Source.t), default:nil) - The sources of data for the person.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.People.V1.Model.PersonMetadata{ deleted: boolean() | nil, linkedPeopleResourceNames: [String.t()] | nil, objectType: String.t() | nil, previousResourceNames: [String.t()] | nil, sources: [GoogleApi.People.V1.Model.Source.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.