google_api_drive v0.1.0 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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type t() View Source
t() :: %GoogleApi.Drive.V3.Model.Reply{
  action: any(),
  author: GoogleApi.Drive.V3.Model.User.t(),
  content: any(),
  createdTime: DateTime.t(),
  deleted: any(),
  htmlContent: any(),
  id: any(),
  kind: any(),
  modifiedTime: DateTime.t()
}

Link to this section Functions

Link to this function decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.