Struct google_admin1_directory::Member[][src]

pub struct Member {
    pub status: Option<String>,
    pub kind: Option<String>,
    pub delivery_settings: Option<String>,
    pub email: Option<String>,
    pub etag: Option<String>,
    pub role: Option<String>,
    pub type_: 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.

Delivery settings of member

Email of member (Read-only)

ETag of the resource.

Role of member

Type of member (Immutable)

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. Read more

impl RequestValue for Member
[src]

impl Resource for Member
[src]

impl ResponseResult for Member
[src]

Auto Trait Implementations

impl Send for Member

impl Sync for Member