Struct google_photoslibrary1::SearchMediaItemsResponse[][src]

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

List of media items that match the search parameters.

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] Use this token 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 that match the search parameters.

Trait Implementations

impl Default for SearchMediaItemsResponse
[src]

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

impl Clone for SearchMediaItemsResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SearchMediaItemsResponse
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for SearchMediaItemsResponse
[src]

Auto Trait Implementations