Struct google_drive2::AboutAdditionalRoleInfoRoleSets[][src]

pub struct AboutAdditionalRoleInfoRoleSets {
    pub primary_role: Option<String>,
    pub additional_roles: Option<Vec<String>>,
}

The supported additional roles per primary role.

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

Fields

A primary permission role.

The supported additional roles with the primary role.

Trait Implementations

impl Default for AboutAdditionalRoleInfoRoleSets
[src]

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

impl Clone for AboutAdditionalRoleInfoRoleSets
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AboutAdditionalRoleInfoRoleSets
[src]

Formats the value using the given formatter. Read more

impl NestedType for AboutAdditionalRoleInfoRoleSets
[src]

impl Part for AboutAdditionalRoleInfoRoleSets
[src]

Auto Trait Implementations