Reference documentation and code samples for the Google Chat V1 API class Google::Apps::Chat::V1::Space::MembershipCount.
Represents the count of memberships of a space, grouped into categories.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#joined_direct_human_user_count
def joined_direct_human_user_count() -> ::Integer
Returns
- (::Integer) — Count of human users that have directly joined the space, not counting users joined by having membership in a joined group.
#joined_direct_human_user_count=
def joined_direct_human_user_count=(value) -> ::Integer
Parameter
- value (::Integer) — Count of human users that have directly joined the space, not counting users joined by having membership in a joined group.
Returns
- (::Integer) — Count of human users that have directly joined the space, not counting users joined by having membership in a joined group.
#joined_group_count
def joined_group_count() -> ::Integer
Returns
- (::Integer) — Count of all groups that have directly joined the space.
#joined_group_count=
def joined_group_count=(value) -> ::Integer
Parameter
- value (::Integer) — Count of all groups that have directly joined the space.
Returns
- (::Integer) — Count of all groups that have directly joined the space.