Show / Hide Table of Contents

Class Space.Types.PermissionSetting

Represents a space permission setting.

Inheritance
object
Space.Types.PermissionSetting
Implements
IMessage<Space.Types.PermissionSetting>
IEquatable<Space.Types.PermissionSetting>
IDeepCloneable<Space.Types.PermissionSetting>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Apps.Chat.V1
Assembly: Google.Apps.Chat.V1.dll
Syntax
public sealed class Space.Types.PermissionSetting : IMessage<Space.Types.PermissionSetting>, IEquatable<Space.Types.PermissionSetting>, IDeepCloneable<Space.Types.PermissionSetting>, IBufferMessage, IMessage

Constructors

PermissionSetting()

Declaration
public PermissionSetting()

PermissionSetting(PermissionSetting)

Declaration
public PermissionSetting(Space.Types.PermissionSetting other)
Parameters
Type Name Description
Space.Types.PermissionSetting other

Properties

ManagersAllowed

Optional. Whether spaces managers have this permission.

Declaration
public bool ManagersAllowed { get; set; }
Property Value
Type Description
bool

MembersAllowed

Optional. Whether non-manager members have this permission.

Declaration
public bool MembersAllowed { get; set; }
Property Value
Type Description
bool
In this article
Back to top Generated by DocFX