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.
Namespace: Google.Apps.Chat.V1
Assembly: Google.Apps.Chat.V1.dll
Syntax
public sealed class Audience : IMessage<Audience>, IEquatable<Audience>, IDeepCloneable<Audience>, IBufferMessage, IMessage
Constructors
Audience()
Declaration
public Audience()
Audience(Audience)
Declaration
public Audience(Audience other)
Parameters
| Type | Name | Description |
|---|---|---|
| Audience | other |
Properties
Name
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.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |