Interface Schema$Reply

A reply to a comment on a file.

Hierarchy

  • Schema$Reply

Properties

action?: string

The action the reply performed to the parent comment. Valid values are:

  • resolve
  • reopen
author?: Schema$User

The author of the reply. The author's email address and permission ID will not be populated.

content?: string

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.

createdTime?: string

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

deleted?: boolean

Whether the reply has been deleted. A deleted reply has no content.

htmlContent?: string

The content of the reply with HTML formatting.

id?: string

The ID of the reply.

kind?: string

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

modifiedTime?: string

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

Generated using TypeDoc