Struct google_people1::ProfileMetadata[][src]

pub struct ProfileMetadata {
    pub user_types: Option<Vec<String>>,
    pub object_type: Option<String>,
}

The read-only metadata about a profile.

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

Fields

The user types.

The profile object type.

Trait Implementations

impl Default for ProfileMetadata
[src]

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

impl Clone for ProfileMetadata
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ProfileMetadata
[src]

Formats the value using the given formatter. Read more

impl Part for ProfileMetadata
[src]

Auto Trait Implementations