Struct google_dfareporting3d2::UserRolePermissionGroup[][src]

pub struct UserRolePermissionGroup {
    pub kind: Option<String>,
    pub id: Option<String>,
    pub name: Option<String>,
}

Represents a grouping of related user role permissions.

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

Identifies what kind of resource this is. Value: the fixed string "dfareporting#userRolePermissionGroup".

ID of this user role permission.

Name of this user role permission group.

Trait Implementations

impl Default for UserRolePermissionGroup
[src]

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

impl Clone for UserRolePermissionGroup
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for UserRolePermissionGroup
[src]

Formats the value using the given formatter. Read more

impl Resource for UserRolePermissionGroup
[src]

impl ResponseResult for UserRolePermissionGroup
[src]

Auto Trait Implementations