Struct gsuite_api::Group [−][src]
pub struct Group {
pub admin_created: Option<bool>,
pub aliases: Vec<String>,
pub description: String,
pub direct_members_count: String,
pub email: String,
pub etag: String,
pub id: String,
pub kind: String,
pub name: String,
pub non_editable_aliases: Vec<String>,
}Expand description
A Google group. FROM: https://developers.google.com/admin-sdk/directory/v1/reference/groups
Fields
admin_created: Option<bool>Was the group created by admin (read-only)
aliases: Vec<String>List of aliases (read-only)
description: StringDescription of the group
direct_members_count: StringGroup direct members count
email: StringEmail of group
etag: StringETag of the resource
id: StringUnique identifier of group (read-only)
kind: StringKind of resource this is
name: StringGroup name
non_editable_aliases: Vec<String>List of non editable aliases (Read-only)
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for Groupimpl UnwindSafe for GroupBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
pub fn vzip(self) -> V