Reference documentation and code samples for the Google Apps Chat V1 Client class ForwardedMetadata.
Metadata about the source space from which a message was forwarded.
Generated from protobuf message google.chat.v1.ForwardedMetadata
Namespace
Google \ Apps \ Chat \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ space |
string
Output only. The resource name of the source space. Format: spaces/{space} |
↳ space_display_name |
string
Output only. The display name of the source space or DM at the time of forwarding. For |
getSpace
Output only. The resource name of the source space.
Format: spaces/{space}
| Returns | |
|---|---|
| Type | Description |
string |
|
setSpace
Output only. The resource name of the source space.
Format: spaces/{space}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getSpaceDisplayName
Output only. The display name of the source space or DM at the time of
forwarding. For SPACE, this is the space name. For DIRECT_MESSAGE, this
is the other participant's name (e.g., "User A"). For GROUP_CHAT, this is
a generated name based on members' first names, limited to 5 including the
creator (e.g., "User A, User B").
| Returns | |
|---|---|
| Type | Description |
string |
|
setSpaceDisplayName
Output only. The display name of the source space or DM at the time of
forwarding. For SPACE, this is the space name. For DIRECT_MESSAGE, this
is the other participant's name (e.g., "User A"). For GROUP_CHAT, this is
a generated name based on members' first names, limited to 5 including the
creator (e.g., "User A, User B").
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|