Class: Google::Apps::Chat::V1::Space::MembershipCount

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Integer)

    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