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.
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 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").
getSpace
Output only. The resource name of the source space.
Format: spaces/{space}
string
setSpace
Output only. The resource name of the source space.
Format: spaces/{space}
var
string
$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").
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").
var
string
$this

