View Source GoogleApi.People.V1.Model.PersonMetadata (google_api_people v0.41.0)

The metadata about a person.

Attributes

  • deleted (type: boolean(), default: nil) - Output only. True if the person resource has been deleted. Populated only for people.connections.list and otherContacts.list sync 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 use person.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 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.
  • 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

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.