Reference documentation and code samples for the Google Apps Chat V1 Client class MembershipCount.
Represents the count of memberships of a space, grouped into categories.
Generated from protobuf message google.chat.v1.Space.MembershipCount
Namespace
Google \ Apps \ Chat \ V1 \ SpaceMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ joined_direct_human_user_count |
int
Output only. Count of human users that have directly joined the space, not counting users joined by having membership in a joined group. |
↳ joined_group_count |
int
Output only. Count of all groups that have directly joined the space. |
getJoinedDirectHumanUserCount
Output only. Count of human users that have directly joined the space, not counting users joined by having membership in a joined group.
| Returns | |
|---|---|
| Type | Description |
int |
|
setJoinedDirectHumanUserCount
Output only. Count of human users that have directly joined the space, not counting users joined by having membership in a joined group.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getJoinedGroupCount
Output only. Count of all groups that have directly joined the space.
| Returns | |
|---|---|
| Type | Description |
int |
|
setJoinedGroupCount
Output only. Count of all groups that have directly joined the space.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|