Table of Contents

Class Reply

Namespace
Google.Apis.Drive.v3.Data
Assembly
Google.Apis.Drive.v3.dll

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

string

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

User

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

string

CreatedTime

DateTime representation of CreatedTimeRaw.

public virtual DateTime? CreatedTime { get; set; }

Property Value

DateTime?

CreatedTimeRaw

The time at which the reply was created (RFC 3339 date-time).

public virtual string CreatedTimeRaw { get; set; }

Property Value

string

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

string

HtmlContent

The content of the reply with HTML formatting.

public virtual string HtmlContent { get; set; }

Property Value

string

Id

The ID of the reply.

public virtual string Id { get; set; }

Property Value

string

Kind

Identifies what kind of resource this is. Value: the fixed string "drive#reply".

public virtual string Kind { get; set; }

Property Value

string

ModifiedTime

DateTime representation of ModifiedTimeRaw.

public virtual DateTime? ModifiedTime { get; set; }

Property Value

DateTime?

ModifiedTimeRaw

The last time the reply was modified (RFC 3339 date-time).

public virtual string ModifiedTimeRaw { get; set; }

Property Value

string