Struct google_drive2::AboutAdditionalRoleInfo[][src]

pub struct AboutAdditionalRoleInfo {
    pub role_sets: Option<Vec<AboutAdditionalRoleInfoRoleSets>>,
    pub type_: Option<String>,
}

Information about supported additional roles per file type. The most specific type takes precedence.

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

Fields

The supported additional roles per primary role.

The content type that this additional role info applies to.

Trait Implementations

impl Default for AboutAdditionalRoleInfo
[src]

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

impl Clone for AboutAdditionalRoleInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AboutAdditionalRoleInfo
[src]

Formats the value using the given formatter. Read more

impl NestedType for AboutAdditionalRoleInfo
[src]

impl Part for AboutAdditionalRoleInfo
[src]

Auto Trait Implementations