Show / Hide Table of Contents

Class UserMentionMetadata

Annotation metadata for user mentions (@).

Inheritance
object
UserMentionMetadata
Implements
IMessage<UserMentionMetadata>
IEquatable<UserMentionMetadata>
IDeepCloneable<UserMentionMetadata>
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 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
In this article
Back to top Generated by DocFX