Skip to content

MentionedEntity

ngocnicholas edited this page Mar 8, 2023 · 2 revisions

MentiondEntity Class

Namespace: AirtableApiClient

Assembly: AirtableApiClient.dll

Syntax

public class MentiondEntity

The MentiondEntity type exposes the following members.

Constructors

Default constructor

Properties

Name Description
Type Gets type of the user mentioned in the comment. The user type can be "user" or "userGroup"
Id Gets the user ID or the userGroup ID of the mentioned object.
DisplayName Gets the display name of the mentioned object.
Email Gets the Email of the mentioned user. An userGroup does not have an Email.
Clone this wiki locally