Class: Google::Apps::Chat::V1::Space::PermissionSetting

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

Instance Attribute Details

#assistant_managers_allowed::Boolean

Returns Optional. Whether space managers ROLE_ASSISTANT_MANAGER) have this permission.

Returns:



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.

Returns:

  • (::Boolean)

    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.

Returns:

  • (::Boolean)

    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