Google Apps Chat V1 Client - Class PermissionSetting (0.15.0)

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 space owners (ROLE_MANAGER) have this permission.

↳ assistant_managers_allowed bool

Optional. Whether space managers ROLE_ASSISTANT_MANAGER) have this permission.

↳ members_allowed bool

Optional. Whether basic space members (ROLE_MEMBER) have this permission.

getManagersAllowed

Optional. Whether space owners (ROLE_MANAGER) have this permission.

Returns
Type Description
bool

setManagersAllowed

Optional. Whether space owners (ROLE_MANAGER) have this permission.

Parameter
Name Description
var bool
Returns
Type Description
$this

getAssistantManagersAllowed

Optional. Whether space managers ROLE_ASSISTANT_MANAGER) have this permission.

Returns
Type Description
bool

hasAssistantManagersAllowed

clearAssistantManagersAllowed

setAssistantManagersAllowed

Optional. Whether space managers ROLE_ASSISTANT_MANAGER) have this permission.

Parameter
Name Description
var bool
Returns
Type Description
$this

getMembersAllowed

Optional. Whether basic space members (ROLE_MEMBER) have this permission.

Returns
Type Description
bool

setMembersAllowed

Optional. Whether basic space members (ROLE_MEMBER) have this permission.

Parameter
Name Description
var bool
Returns
Type Description
$this