Struct google_admin1_directory::Group[][src]

pub struct Group {
    pub non_editable_aliases: Option<Vec<String>>,
    pub kind: Option<String>,
    pub description: Option<String>,
    pub admin_created: Option<bool>,
    pub direct_members_count: Option<i64>,
    pub email: Option<String>,
    pub etag: Option<String>,
    pub aliases: Option<Vec<String>>,
    pub id: Option<String>,
    pub name: Option<String>,
}

JSON template for Group 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

List of non editable aliases (Read-only)

Kind of resource this is.

Description of the group

Is the group created by admin (Read-only) *

Group direct members count

Email of Group

ETag of the resource.

List of aliases (Read-only)

Unique identifier of Group (Read-only)

Group name

Trait Implementations

impl Default for Group
[src]

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

impl Clone for Group
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Group
[src]

Formats the value using the given formatter. Read more

impl RequestValue for Group
[src]

impl Resource for Group
[src]

impl ResponseResult for Group
[src]

Auto Trait Implementations

impl Send for Group

impl Sync for Group