Struct google_photoslibrary1::SharedAlbumOptions[][src]

pub struct SharedAlbumOptions {
    pub is_commentable: Option<bool>,
    pub is_collaborative: Option<bool>,
}

Options that control the sharing of an album.

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

Fields

True if the shared album allows the owner and the collaborators (users who have joined the album) to add comments to the album. Defaults to false.

True if the shared album allows collaborators (users who have joined the album) to add media items to it. Defaults to false.

Trait Implementations

impl Default for SharedAlbumOptions
[src]

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

impl Clone for SharedAlbumOptions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SharedAlbumOptions
[src]

Formats the value using the given formatter. Read more

impl Part for SharedAlbumOptions
[src]

Auto Trait Implementations