Struct google_sqladmin1_beta4::UsersListResponse [] [src]

pub struct UsersListResponse {
    pub next_page_token: Option<String>,
    pub items: Option<Vec<User>>,
    pub kind: Option<String>,
}

User list response.

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

An identifier that uniquely identifies the operation. You can use this identifier to retrieve the Operations resource that has information about the operation.

List of user resources in the instance.

This is always sql#usersList.

Trait Implementations

impl Debug for UsersListResponse
[src]

Formats the value using the given formatter.

impl Clone for UsersListResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for UsersListResponse
[src]

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

impl ResponseResult for UsersListResponse
[src]