Google Apps Chat V1 Client - Class MembershipCount (0.5.0)

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 \ Space

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ joined_direct_human_user_count int

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

Count of all groups that have directly joined the space.

getJoinedDirectHumanUserCount

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

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

Count of all groups that have directly joined the space.

Returns
Type Description
int

setJoinedGroupCount

Count of all groups that have directly joined the space.

Parameter
Name Description
var int
Returns
Type Description
$this