google_api_drive v0.0.1 GoogleApi.Drive.V3.Model.Reply View Source

A reply to a comment on a file.

Attributes

  • action (String.t): The action the reply performed to the parent comment. Valid values are: - resolve - reopen Defaults to: null.
  • author (User): The user who created the reply. Defaults to: null.
  • content (String.t): 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. Defaults to: null.
  • createdTime (DateTime.t): The time at which the reply was created (RFC 3339 date-time). Defaults to: null.
  • deleted (boolean()): Whether the reply has been deleted. A deleted reply has no content. Defaults to: null.
  • htmlContent (String.t): The content of the reply with HTML formatting. Defaults to: null.
  • id (String.t): The ID of the reply. Defaults to: null.
  • kind (String.t): Identifies what kind of resource this is. Value: the fixed string "drive#reply". Defaults to: null.
  • modifiedTime (DateTime.t): The last time the reply was modified (RFC 3339 date-time). Defaults to: null.