Struct google_dfareporting2d1::UserRolePermission [] [src]

pub struct UserRolePermission {
    pub permission_group_id: Option<String>,
    pub kind: Option<String>,
    pub availability: Option<String>,
    pub id: Option<String>,
    pub name: Option<String>,
}

Contains properties of a user role permission.

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

ID of the permission group that this user role permission belongs to.

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

Levels of availability for a user role permission.

ID of this user role permission.

Name of this user role permission.

Trait Implementations

impl Default for UserRolePermission
[src]

[src]

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

impl Clone for UserRolePermission
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for UserRolePermission
[src]

[src]

Formats the value using the given formatter.

impl Resource for UserRolePermission
[src]

impl ResponseResult for UserRolePermission
[src]