Struct google_people1::Source[][src]

pub struct Source {
    pub update_time: Option<String>,
    pub etag: Option<String>,
    pub type_: Option<String>,
    pub id: Option<String>,
    pub profile_metadata: Option<ProfileMetadata>,
}

The source of a field.

This type is not used in any activity, and only used as part of another schema.

Fields

Only populated in person.metadata.sources.

Last update timestamp of this source.

Only populated in person.metadata.sources.

The HTTP entity tag of the source. Used for web cache validation.

The source type.

The unique identifier within the source type generated by the server.

Only populated in person.metadata.sources.

Metadata about a source of type PROFILE.

Trait Implementations

impl Default for Source
[src]

Returns the "default value" for a type. Read more

impl Clone for Source
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Source
[src]

Formats the value using the given formatter. Read more

impl Part for Source
[src]

Auto Trait Implementations

impl Send for Source

impl Sync for Source