google_api_drive v0.15.0 GoogleApi.Drive.V3.Model.Comment View Source
A comment on a file.
Attributes
-
anchor
(type:String.t
, default:nil
) - A region of the document represented as a JSON string. See anchor documentation for details on how to define and interpret anchor properties. -
author
(type:GoogleApi.Drive.V3.Model.User.t
, default:nil
) - The author of the comment. The author's email address and permission ID will not be populated. -
content
(type:String.t
, default:nil
) - The plain text content of the comment. This field is used for setting the content, while htmlContent should be displayed. -
createdTime
(type:DateTime.t
, default:nil
) - The time at which the comment was created (RFC 3339 date-time). -
deleted
(type:boolean()
, default:nil
) - Whether the comment has been deleted. A deleted comment has no content. -
htmlContent
(type:String.t
, default:nil
) - The content of the comment with HTML formatting. -
id
(type:String.t
, default:nil
) - The ID of the comment. -
kind
(type:String.t
, default:drive#comment
) - Identifies what kind of resource this is. Value: the fixed string "drive#comment". -
modifiedTime
(type:DateTime.t
, default:nil
) - The last time the comment or any of its replies was modified (RFC 3339 date-time). -
quotedFileContent
(type:GoogleApi.Drive.V3.Model.CommentQuotedFileContent.t
, default:nil
) - The file content to which the comment refers, typically within the anchor region. For a text file, for example, this would be the text at the location of the comment. -
replies
(type:list(GoogleApi.Drive.V3.Model.Reply.t)
, default:nil
) - The full list of replies to the comment in chronological order. -
resolved
(type:boolean()
, default:nil
) - Whether the comment has been resolved by one of its replies.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Drive.V3.Model.Comment{ anchor: String.t(), author: GoogleApi.Drive.V3.Model.User.t(), content: String.t(), createdTime: DateTime.t(), deleted: boolean(), htmlContent: String.t(), id: String.t(), kind: String.t(), modifiedTime: DateTime.t(), quotedFileContent: GoogleApi.Drive.V3.Model.CommentQuotedFileContent.t(), replies: [GoogleApi.Drive.V3.Model.Reply.t()], resolved: boolean() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.