Google Apps Chat V1 Client - Class PermissionSetting (0.7.1)

Reference documentation and code samples for the Google Apps Chat V1 Client class PermissionSetting.

Represents a space permission setting.

Generated from protobuf message google.chat.v1.Space.PermissionSetting

Namespace

Google \ Apps \ Chat \ V1 \ Space

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ managers_allowed bool

Optional. Whether spaces managers have this permission.

↳ members_allowed bool

Optional. Whether non-manager members have this permission.

getManagersAllowed

Optional. Whether spaces managers have this permission.

Returns
Type Description
bool

setManagersAllowed

Optional. Whether spaces managers have this permission.

Parameter
Name Description
var bool
Returns
Type Description
$this

getMembersAllowed

Optional. Whether non-manager members have this permission.

Returns
Type Description
bool

setMembersAllowed

Optional. Whether non-manager members have this permission.

Parameter
Name Description
var bool
Returns
Type Description
$this