Class: Google::Apps::Chat::V1::Space::AccessPermissionSetting
- Inherits:
-
Object
- Object
- Google::Apps::Chat::V1::Space::AccessPermissionSetting
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/chat/v1/space.rb
Overview
An access permission setting.
Instance Attribute Summary collapse
Instance Attribute Details
#principals ⇒ ::Array<::Google::Apps::Chat::V1::Space::Principal>
Returns Optional. Unordered list. Allowed principals for this permission.
310 311 312 313 |
# File 'proto_docs/google/chat/v1/space.rb', line 310 class AccessPermissionSetting include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |