Struct google_photoslibrary1::ShareInfo[][src]

pub struct ShareInfo {
    pub shared_album_options: Option<SharedAlbumOptions>,
    pub share_token: Option<String>,
    pub is_joined: Option<bool>,
    pub shareable_url: Option<String>,
}

Information about albums that are shared. This information is only included if you created the album, it is shared and you have the sharing scope.

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

Fields

Options that control the sharing of an album.

A token that can be used by other users to join this shared album via the API.

True if the user has joined the album. This is always true for the owner of the shared album.

A link to the album that's now shared on the Google Photos website and app. Anyone with the link can access this shared album and see all of the items present in the album.

Trait Implementations

impl Default for ShareInfo
[src]

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

impl Clone for ShareInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ShareInfo
[src]

Formats the value using the given formatter. Read more

impl Part for ShareInfo
[src]

Auto Trait Implementations

impl Send for ShareInfo

impl Sync for ShareInfo