Class MembershipCount
Represents the count of memberships of a space, grouped into categories.
Implements
Inherited Members
Namespace: Google.Apis.HangoutsChat.v1.Data
Assembly: Google.Apis.HangoutsChat.v1.dll
Syntax
public class MembershipCount : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
JoinedDirectHumanUserCount
Output only. Count of human users that have directly joined the space, not counting users joined by having membership in a joined group.
Declaration
[JsonProperty("joinedDirectHumanUserCount")]
public virtual int? JoinedDirectHumanUserCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
JoinedGroupCount
Output only. Count of all groups that have directly joined the space.
Declaration
[JsonProperty("joinedGroupCount")]
public virtual int? JoinedGroupCount { get; set; }
Property Value
Type | Description |
---|---|
int? |