google_api_people v0.24.0 GoogleApi.People.V1.Model.PersonMetadata View Source
The metadata about a person.
Attributes
deleted
(type:boolean()
, default:nil
) - Output only. True if the person resource has been deleted. Populated only forconnections.list
requests that include a sync token.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.objectType
instead)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 forconnections.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
(type:list(GoogleApi.People.V1.Model.Source.t)
, default:nil
) - The sources of data for the person.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.People.V1.Model.PersonMetadata{ deleted: boolean(), linkedPeopleResourceNames: [String.t()], objectType: String.t(), previousResourceNames: [String.t()], sources: [GoogleApi.People.V1.Model.Source.t()] }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.