Struct google_admin1_directory::Member [] [src]

pub struct Member {
    pub status: Option<String>,
    pub kind: Option<String>,
    pub etag: Option<String>,
    pub role: Option<String>,
    pub type_: Option<String>,
    pub email: Option<String>,
    pub id: Option<String>,
}

JSON template for Member resource 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

Status of member (Immutable)

Kind of resource this is.

ETag of the resource.

Role of member

Type of member (Immutable)

Email of member (Read-only)

Unique identifier of customer member (Read-only) Unique identifier of group (Read-only) Unique identifier of member (Read-only)

Trait Implementations

impl Default for Member
[src]

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

impl Clone for Member
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Member
[src]

Formats the value using the given formatter.

impl RequestValue for Member
[src]

impl Resource for Member
[src]

impl ResponseResult for Member
[src]