google_api_people v0.29.0 GoogleApi.People.V1.Model.Source View Source

The source of a field.

Attributes

  • etag (type: String.t, default: nil) - Only populated in person.metadata.sources. The HTTP entity tag of the source. Used for web cache validation.
  • id (type: String.t, default: nil) - The unique identifier within the source type generated by the server.
  • profileMetadata (type: GoogleApi.People.V1.Model.ProfileMetadata.t, default: nil) - Output only. Only populated in person.metadata.sources. Metadata about a source of type PROFILE.
  • type (type: String.t, default: nil) - The source type.
  • updateTime (type: DateTime.t, default: nil) - Output only. Only populated in person.metadata.sources. Last update timestamp of this source.

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.Source{
  etag: String.t(),
  id: String.t(),
  profileMetadata: GoogleApi.People.V1.Model.ProfileMetadata.t(),
  type: String.t(),
  updateTime: DateTime.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.