Reference documentation and code samples for the Google Apps Chat V1 Client class GetSpaceNotificationSettingRequest.
Request message to get space notification setting.
Only supports getting notification setting for the calling user.
Generated from protobuf message google.chat.v1.GetSpaceNotificationSettingRequest
Namespace
Google \ Apps \ Chat \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. Format: users/{user}/spaces/{space}/spaceNotificationSetting - |
getName
Required. Format: users/{user}/spaces/{space}/spaceNotificationSetting
users/me/spaces/{space}/spaceNotificationSetting
, ORusers/user@example.com/spaces/{space}/spaceNotificationSetting
, ORusers/123456789/spaces/{space}/spaceNotificationSetting
.
Note: Only the caller's user id or email is allowed in the path.
Returns | |
---|---|
Type | Description |
string |
setName
Required. Format: users/{user}/spaces/{space}/spaceNotificationSetting
users/me/spaces/{space}/spaceNotificationSetting
, ORusers/user@example.com/spaces/{space}/spaceNotificationSetting
, ORusers/123456789/spaces/{space}/spaceNotificationSetting
.
Note: Only the caller's user id or email is allowed in the path.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
name |
string
Required. Format: users/{user}/spaces/{space}/spaceNotificationSetting
|
Returns | |
---|---|
Type | Description |
GetSpaceNotificationSettingRequest |