Reference documentation and code samples for the Google Apps Chat V1 Client class Audience.
A target audience in Google Chat. A target audience represents a group of users within a Google Workspace organization, defined by an administrator.
Target audiences are used to configure access and visibility settings for resources, such as making a space discoverable to a specific group of users. For more details, see Target audiences and Make a space discoverable to a target audience.
Generated from protobuf message google.chat.v1.Audience
Namespace
Google \ Apps \ Chat \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
The resource name of the target audience who can discover or join the space. For details, see Make a space discoverable to a target audience. Format: |
getName
The resource name of the target audience who can discover or join the space. For details, see Make a space discoverable to a target audience.
Format: audiences/{audience}
To use the default target audience for the Google Workspace organization,
set to audiences/default.
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
The resource name of the target audience who can discover or join the space. For details, see Make a space discoverable to a target audience.
Format: audiences/{audience}
To use the default target audience for the Google Workspace organization,
set to audiences/default.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|