Struct google_photoslibrary1::ContributorInfo[][src]

pub struct ContributorInfo {
    pub profile_picture_base_url: Option<String>,
    pub display_name: Option<String>,
}

Information about the user who added the media item. Note that this information is included only if the media item is within a shared album created by your app and you have the sharing scope.

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

Fields

URL to the profile picture of the contributor.

Display name of the contributor.

Trait Implementations

impl Default for ContributorInfo
[src]

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

impl Clone for ContributorInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ContributorInfo
[src]

Formats the value using the given formatter. Read more

impl Part for ContributorInfo
[src]

Auto Trait Implementations