google_api_people v0.7.0 GoogleApi.People.V1.Model.Source View Source
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
) - 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
) - Only populated inperson.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
Link to this type
t()
View Source
t()
View Source
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()
}
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
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.