Struct google_drive2::ParentList[][src]

pub struct ParentList {
    pub items: Option<Vec<ParentReference>>,
    pub kind: Option<String>,
    pub etag: Option<String>,
    pub self_link: Option<String>,
}

A list of a file's parents.

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 parents.

This is always drive#parentList.

The ETag of the list.

A link back to this list.

Trait Implementations

impl Default for ParentList
[src]

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

impl Clone for ParentList
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ParentList
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for ParentList
[src]

Auto Trait Implementations

impl Send for ParentList

impl Sync for ParentList