Struct google_admin1_directory::RoleAssignments [] [src]

pub struct RoleAssignments {
    pub next_page_token: Option<String>,
    pub items: Option<Vec<RoleAssignment>>,
    pub kind: Option<String>,
    pub etag: Option<String>,
}

JSON response template for List roleAssignments operation in Directory API.

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

no description provided

A list of RoleAssignment resources.

The type of the API resource. This is always admin#directory#roleAssignments.

ETag of the resource.

Trait Implementations

impl Default for RoleAssignments
[src]

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

impl Clone for RoleAssignments
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for RoleAssignments
[src]

Formats the value using the given formatter.

impl ResponseResult for RoleAssignments
[src]