google_api_drive v0.0.1 GoogleApi.Drive.V3.Model.CommentQuotedFileContent View Source
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.
Attributes
- mimeType (String.t): The MIME type of the quoted content. Defaults to:
null
. - value (String.t): The quoted content itself. This is interpreted as plain text if set through the API. Defaults to:
null
.