Struct google_appsactivity1::Parent [] [src]

pub struct Parent {
    pub id: Option<String>,
    pub is_root: Option<bool>,
    pub title: Option<String>,
}

Contains information about a parent object. For example, a folder in Drive is a parent for all files within it.

This type is not used in any activity, and only used as part of another schema.

Fields

The parent's ID.

Whether this is the root folder.

The parent's title.

Trait Implementations

impl Default for Parent
[src]

[src]

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

impl Clone for Parent
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Parent
[src]

[src]

Formats the value using the given formatter.

impl Part for Parent
[src]