Class ForwardedMetadata
Metadata about the source space from which a message was forwarded.
Implements
Inherited Members
Namespace: Google.Apis.HangoutsChat.v1.Data
Assembly: Google.Apis.HangoutsChat.v1.dll
Syntax
public class ForwardedMetadata : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Space
Output only. The resource name of the source space. Format: spaces/{space}
Declaration
[JsonProperty("space")]
public virtual string Space { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SpaceDisplayName
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").
Declaration
[JsonProperty("spaceDisplayName")]
public virtual string SpaceDisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |