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

The source of a field.

Attributes

  • etag (String.t): Only populated in `person.metadata.sources`. The HTTP entity tag of the source. Used for web cache validation. Defaults to: null.
  • id (String.t): The unique identifier within the source type generated by the server. Defaults to: null.
  • profileMetadata (ProfileMetadata): Only populated in `person.metadata.sources`. Metadata about a source of type PROFILE. Defaults to: null.
  • type (String.t): The source type. Defaults to: null.

    • Enum - one of [SOURCE_TYPE_UNSPECIFIED, ACCOUNT, PROFILE, DOMAIN_PROFILE, CONTACT]
  • updateTime (DateTime.t): Only populated in `person.metadata.sources`. Last update timestamp of this source. Defaults to: null.

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