google_api_people v0.11.0 GoogleApi.People.V1.Model.PersonMetadata View Source

The read-only metadata about a person.

Attributes

  • deleted (type: boolean(), default: nil) - True if the person resource has been deleted. Populated only for connections.list requests that include a sync token.

  • linkedPeopleResourceNames (type: list(String.t), default: nil) - Resource names of people linked to this resource.

  • objectType (type: String.t, default: nil) - DEPRECATED (Please use person.metadata.sources.profileMetadata.objectType instead)

    The type of the person object.

  • previousResourceNames (type: list(String.t), default: nil) - 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 (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

Link to this type

t()

View Source
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

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.