Struct google_admin1_directory::RoleRolePrivileges [] [src]

pub struct RoleRolePrivileges {
    pub service_id: Option<String>,
    pub privilege_name: Option<String>,
}

The set of privileges that are granted to this role.

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

Fields

The obfuscated ID of the service this privilege is for.

The name of the privilege.

Trait Implementations

impl Default for RoleRolePrivileges
[src]

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

impl Clone for RoleRolePrivileges
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for RoleRolePrivileges
[src]

Formats the value using the given formatter.

impl NestedType for RoleRolePrivileges
[src]

impl Part for RoleRolePrivileges
[src]