Struct google_drive2::AppList[][src]

pub struct AppList {
    pub items: Option<Vec<App>>,
    pub kind: Option<String>,
    pub etag: Option<String>,
    pub self_link: Option<String>,
    pub default_app_ids: Option<Vec<String>>,
}

A list of third-party applications which the user has installed or given access to Google Drive.

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

The list of apps.

This is always drive#appList.

The ETag of the list.

A link back to this list.

List of app IDs that the user has specified to use by default. The list is in reverse-priority order (lowest to highest).

Trait Implementations

impl Default for AppList
[src]

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

impl Clone for AppList
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AppList
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for AppList
[src]

Auto Trait Implementations

impl Send for AppList

impl Sync for AppList