Class: Google::Apps::Chat::V1::Space::PermissionSetting
- Inherits:
-
Object
- Object
- Google::Apps::Chat::V1::Space::PermissionSetting
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/chat/v1/space.rb
Overview
Represents a space permission setting.
Instance Attribute Summary collapse
-
#assistant_managers_allowed ⇒ ::Boolean
Optional.
-
#managers_allowed ⇒ ::Boolean
Optional.
-
#members_allowed ⇒ ::Boolean
Optional.
Instance Attribute Details
#assistant_managers_allowed ⇒ ::Boolean
Returns Optional. Whether space managers
ROLE_ASSISTANT_MANAGER)
have this permission.
339 340 341 342 |
# File 'proto_docs/google/chat/v1/space.rb', line 339 class PermissionSetting include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#managers_allowed ⇒ ::Boolean
Returns Optional. Whether space owners
(ROLE_MANAGER)
have this permission.
339 340 341 342 |
# File 'proto_docs/google/chat/v1/space.rb', line 339 class PermissionSetting include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#members_allowed ⇒ ::Boolean
Returns Optional. Whether basic space members
(ROLE_MEMBER)
have this permission.
339 340 341 342 |
# File 'proto_docs/google/chat/v1/space.rb', line 339 class PermissionSetting include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |