Struct google_photoslibrary1::NewMediaItem[][src]

pub struct NewMediaItem {
    pub simple_media_item: Option<SimpleMediaItem>,
    pub description: Option<String>,
}

New media item that's created in a user's Google Photos account.

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

Fields

A new media item that has been uploaded via the included uploadToken.

Description of the media item. This will be shown to the user in the item's info section in the Google Photos app. This string shouldn't be more than 1000 characters.

Trait Implementations

impl Default for NewMediaItem
[src]

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

impl Clone for NewMediaItem
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for NewMediaItem
[src]

Formats the value using the given formatter. Read more

impl Part for NewMediaItem
[src]

Auto Trait Implementations