Class Comment
A change about comments on an object.
Inheritance
System.Object
Comment
Implements
Namespace: Google.Apis.DriveActivity.v2.Data
Assembly: Google.Apis.DriveActivity.v2.dll
Syntax
public class Comment : object, IDirectResponseSchema
Properties
Assignment
A change on an assignment.
Declaration
public virtual Assignment Assignment { get; set; }
Property Value
| Type | Description |
|---|---|
| Assignment |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
MentionedUsers
Users who are mentioned in this comment.
Declaration
public virtual IList<User> MentionedUsers { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<User> |
Post
A change on a regular posted comment.
Declaration
public virtual Post Post { get; set; }
Property Value
| Type | Description |
|---|---|
| Post |
Suggestion
A change on a suggestion.
Declaration
public virtual Suggestion Suggestion { get; set; }
Property Value
| Type | Description |
|---|---|
| Suggestion |