Show / Hide Table of Contents

Class ForwardedMetadata

Metadata about the source space from which a message was forwarded.

Inheritance
object
ForwardedMetadata
Implements
IMessage<ForwardedMetadata>
IEquatable<ForwardedMetadata>
IDeepCloneable<ForwardedMetadata>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Apps.Chat.V1
Assembly: Google.Apps.Chat.V1.dll
Syntax
public sealed class ForwardedMetadata : IMessage<ForwardedMetadata>, IEquatable<ForwardedMetadata>, IDeepCloneable<ForwardedMetadata>, IBufferMessage, IMessage

Constructors

ForwardedMetadata()

Declaration
public ForwardedMetadata()

ForwardedMetadata(ForwardedMetadata)

Declaration
public ForwardedMetadata(ForwardedMetadata other)
Parameters
Type Name Description
ForwardedMetadata other

Properties

Space

Output only. The resource name of the source space. Format: spaces/{space}

Declaration
public string Space { get; set; }
Property Value
Type Description
string

SpaceAsSpaceName

SpaceName-typed view over the Space resource name property.

Declaration
public SpaceName SpaceAsSpaceName { get; set; }
Property Value
Type Description
SpaceName

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
public string SpaceDisplayName { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX