API Reference
Class
GoogleDriveReply
Inheritance
- Object
- GoogleDriveReply
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method GoogleDriveClient.CreateReplyAsync
- Property GoogleDriveComment.Replies
Constructors
public GoogleDriveReply() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Id { get; set; } #JsonPropertyName("id")public String Content { get; set; } #JsonPropertyName("content")public String Action { get; set; } #JsonPropertyName("action")public Boolean Deleted { get; set; } #JsonPropertyName("deleted")public Nullable<DateTimeOffset> CreatedTime { get; set; } #JsonPropertyName("createdTime")