Member class

A Google Groups member can be a user or another group.

This member can be inside or outside of your account's domains. For more information about common group member tasks, see the [Developer's Guide](/admin-sdk/directory/v1/guides/manage-group-members).

Constructors

Member({String? deliverySettings, String? email, String? etag, String? id, String? kind, String? role, String? status, String? type})
Member.fromJson(Map json_)

Properties

deliverySettings String?
Defines mail delivery preferences of member.
getter/setter pair
email String?
The member's email address.
getter/setter pair
etag String?
ETag of the resource.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
The unique ID of the group member.
getter/setter pair
kind String?
The type of the API resource.
getter/setter pair
role String?
The member's role in a group.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
Status of member (Immutable)
getter/setter pair
type String?
The type of group member.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited