Struct google_photoslibrary1::JoinSharedAlbumRequest[][src]

pub struct JoinSharedAlbumRequest {
    pub share_token: Option<String>,
}

Request to join a shared album on behalf of the user. This uses a shareToken which can be acquired via the shareAlbum or listSharedAlbums calls.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

Token to join the shared album on behalf of the user.

Trait Implementations

impl Default for JoinSharedAlbumRequest
[src]

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

impl Clone for JoinSharedAlbumRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for JoinSharedAlbumRequest
[src]

Formats the value using the given formatter. Read more

impl RequestValue for JoinSharedAlbumRequest
[src]

Auto Trait Implementations