View Source GoogleApi.People.V1.Model.Source (google_api_people v0.43.0)
The source of a field.
Attributes
-
etag(type:String.t, default:nil) - Only populated inperson.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 inperson.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 inperson.metadata.sources. Last update timestamp of this source.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.People.V1.Model.Source{ etag: String.t() | nil, id: String.t() | nil, profileMetadata: GoogleApi.People.V1.Model.ProfileMetadata.t() | nil, type: String.t() | nil, updateTime: DateTime.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.