Class UserMentionMetadata
Annotation metadata for user mentions (@).
Implements
Namespace: Google.Apps.Chat.V1
Assembly: Google.Apps.Chat.V1.dll
Syntax
public sealed class UserMentionMetadata : IMessage<UserMentionMetadata>, IEquatable<UserMentionMetadata>, IDeepCloneable<UserMentionMetadata>, IBufferMessage, IMessage
Constructors
UserMentionMetadata()
Declaration
public UserMentionMetadata()
UserMentionMetadata(UserMentionMetadata)
Declaration
public UserMentionMetadata(UserMentionMetadata other)
Parameters
Type | Name | Description |
---|---|---|
UserMentionMetadata | other |
Properties
Type
The type of user mention.
Declaration
public UserMentionMetadata.Types.Type Type { get; set; }
Property Value
Type | Description |
---|---|
UserMentionMetadata.Types.Type |
User
The user mentioned.
Declaration
public User User { get; set; }
Property Value
Type | Description |
---|---|
User |