Struct google_photoslibrary1::BatchCreateMediaItemsResponse[][src]

pub struct BatchCreateMediaItemsResponse {
    pub new_media_item_results: Option<Vec<NewMediaItemResult>>,
}

List of media items created.

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] List of media items created.

Trait Implementations

impl Default for BatchCreateMediaItemsResponse
[src]

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

impl Clone for BatchCreateMediaItemsResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for BatchCreateMediaItemsResponse
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for BatchCreateMediaItemsResponse
[src]

Auto Trait Implementations