Class: Google::Apps::Chat::V1::Space::MembershipCount
- Inherits:
-
Object
- Object
- Google::Apps::Chat::V1::Space::MembershipCount
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/chat/v1/space.rb
Overview
Represents the count of memberships of a space, grouped into categories.
Instance Attribute Summary collapse
-
#joined_direct_human_user_count ⇒ ::Integer
readonly
Output only.
-
#joined_group_count ⇒ ::Integer
readonly
Output only.
Instance Attribute Details
#joined_direct_human_user_count ⇒ ::Integer (readonly)
Returns Output only. Count of human users that have directly joined the space, not counting users joined by having membership in a joined group.
179 180 181 182 |
# File 'proto_docs/google/chat/v1/space.rb', line 179 class MembershipCount include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#joined_group_count ⇒ ::Integer (readonly)
Returns Output only. Count of all groups that have directly joined the space.
179 180 181 182 |
# File 'proto_docs/google/chat/v1/space.rb', line 179 class MembershipCount include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |