Class Space.Types.MembershipCount
Represents the count of memberships of a space, grouped into categories.
Implements
Namespace: Google.Apps.Chat.V1
Assembly: Google.Apps.Chat.V1.dll
Syntax
public sealed class Space.Types.MembershipCount : IMessage<Space.Types.MembershipCount>, IEquatable<Space.Types.MembershipCount>, IDeepCloneable<Space.Types.MembershipCount>, IBufferMessage, IMessage
Constructors
MembershipCount()
Declaration
public MembershipCount()
MembershipCount(MembershipCount)
Declaration
public MembershipCount(Space.Types.MembershipCount other)
Parameters
Type | Name | Description |
---|---|---|
Space.Types.MembershipCount | other |
Properties
JoinedDirectHumanUserCount
Count of human users that have directly joined the space, not counting users joined by having membership in a joined group.
Declaration
public int JoinedDirectHumanUserCount { get; set; }
Property Value
Type | Description |
---|---|
int |
JoinedGroupCount
Count of all groups that have directly joined the space.
Declaration
public int JoinedGroupCount { get; set; }
Property Value
Type | Description |
---|---|
int |