Struct google_photoslibrary1::ListAlbumsResponse[][src]

pub struct ListAlbumsResponse {
    pub next_page_token: Option<String>,
    pub albums: Option<Vec<Album>>,
}

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

[Output only] List of albums shown in the Albums tab of the user's Google Photos app.

Trait Implementations

impl Default for ListAlbumsResponse
[src]

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

impl Clone for ListAlbumsResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ListAlbumsResponse
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for ListAlbumsResponse
[src]

Auto Trait Implementations