Class ForwardedMetadata
Metadata about the source space from which a message was forwarded.
Inheritance
ForwardedMetadata
Assembly: Google.Apps.Chat.V1.dll
public sealed class ForwardedMetadata : IMessage<ForwardedMetadata>, IEquatable<ForwardedMetadata>, IDeepCloneable<ForwardedMetadata>, IBufferMessage, IMessage
Constructors
Declaration
public ForwardedMetadata()
Declaration
public ForwardedMetadata(ForwardedMetadata other)
Parameters
Properties
Output only. The resource name of the source space.
Format: spaces/{space}
Declaration
public string Space { get; set; }
Property Value
Declaration
public SpaceName SpaceAsSpaceName { get; set; }
Property Value
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
public string SpaceDisplayName { get; set; }
Property Value