Class Member
- Assembly
- Google.Apis.Admin.Directory.directory_v1.dll
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.
public class Member : IDirectResponseSchema
- Inheritance
-
Member
- Implements
-
IDirectResponseSchema
- Inherited Members
Constructors
Member()
public Member()
Properties
DeliverySettings
Defines mail delivery preferences of member. This is only supported by create/update/get.
public virtual string DeliverySettings { get; set; }
Property Value
ETag
ETag of the resource.
public virtual string ETag { get; set; }
Property Value
The member's email address. A member can be a user or another group. This property is required when adding a
member to a group. The email
must be unique and cannot be an alias of another group. If the email address
is changed, the API automatically reflects the email address changes.
public virtual string Email { get; set; }
Property Value
Id
The unique ID of the group member. A member id
can be used as a member request URI's memberKey
.
public virtual string Id { get; set; }
Property Value
Kind
The type of the API resource. For Members resources, the value is admin#directory#member
.
public virtual string Kind { get; set; }
Property Value
Role
The member's role in a group. The API returns an error for cycles in group memberships. For example, if
group1
is a member of group2
, group2
cannot be a member of group1
. For more information about a
member's role, see the administration help center.
public virtual string Role { get; set; }
Property Value
Status
Status of member (Immutable)
public virtual string Status { get; set; }
Property Value
Type
The type of group member.
public virtual string Type { get; set; }