Class Reply
A reply to a comment on a file.
public class Reply : IDirectResponseSchema
- Inheritance
-
Reply
- Implements
-
IDirectResponseSchema
- Inherited Members
Constructors
Reply()
public Reply()
Properties
Action
The action the reply performed to the parent comment. Valid values are: - resolve - reopen
public virtual string Action { get; set; }
Property Value
Author
The author of the reply. The author's email address and permission ID will not be populated.
public virtual User Author { get; set; }
Property Value
Content
The plain text content of the reply. This field is used for setting the content, while htmlContent should be displayed. This is required on creates if no action is specified.
public virtual string Content { get; set; }
Property Value
CreatedTime
DateTime representation of CreatedTimeRaw.
public virtual DateTime? CreatedTime { get; set; }
Property Value
CreatedTimeRaw
The time at which the reply was created (RFC 3339 date-time).
public virtual string CreatedTimeRaw { get; set; }
Property Value
Deleted
Whether the reply has been deleted. A deleted reply has no content.
public virtual bool? Deleted { get; set; }
Property Value
- bool?
ETag
The ETag of the item.
public virtual string ETag { get; set; }
Property Value
HtmlContent
The content of the reply with HTML formatting.
public virtual string HtmlContent { get; set; }
Property Value
Id
The ID of the reply.
public virtual string Id { get; set; }
Property Value
Kind
Identifies what kind of resource this is. Value: the fixed string "drive#reply".
public virtual string Kind { get; set; }
Property Value
ModifiedTime
DateTime representation of ModifiedTimeRaw.
public virtual DateTime? ModifiedTime { get; set; }
Property Value
ModifiedTimeRaw
The last time the reply was modified (RFC 3339 date-time).
public virtual string ModifiedTimeRaw { get; set; }