Struct google_photoslibrary1::ListMediaItemsResponse[][src]

pub struct ListMediaItemsResponse {
    pub next_page_token: Option<String>,
    pub media_items: Option<Vec<MediaItem>>,
}

List of all media items from the user's Google Photos library.

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

[Output only] Token to use to get the next set of media items. Its presence is the only reliable indicator of more media items being available in the next request.

[Output only] List of media items in the user's library.

Trait Implementations

impl Default for ListMediaItemsResponse
[src]

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

impl Clone for ListMediaItemsResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ListMediaItemsResponse
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for ListMediaItemsResponse
[src]

Auto Trait Implementations