Enum Membership.Types.MembershipState
Specifies the member's relationship with a space. Other membership states might be supported in the future.
Namespace: Google.Apps.Chat.V1
Assembly: Google.Apps.Chat.V1.dll
Syntax
public enum Membership.Types.MembershipState
Fields
Name | Description |
---|---|
Invited | The user is invited to join the space, but hasn't joined it. |
Joined | The user is added to the space, and can participate in the space. |
NotAMember | The user doesn't belong to the space and doesn't have a pending invitation to join the space. |
Unspecified | Default value. Don't use. |