Struct google_photoslibrary1::ListSharedAlbumsResponse[][src]

pub struct ListSharedAlbumsResponse {
    pub next_page_token: Option<String>,
    pub shared_albums: Option<Vec<Album>>,
}

List of shared albums requested.

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 shared albums. Populated if there are more shared albums to retrieve for this request.

[Output only] List of shared albums.

Trait Implementations

impl Default for ListSharedAlbumsResponse
[src]

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

impl Clone for ListSharedAlbumsResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ListSharedAlbumsResponse
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for ListSharedAlbumsResponse
[src]

Auto Trait Implementations