Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
Drive
Schema
Comment
Interface Comment
interface
Comment
{
anchor
?:
string
;
author
?:
GoogleAppsScript
.
Drive
.
Schema
.
User
;
commentId
?:
string
;
content
?:
string
;
context
?:
CommentContext
;
createdDate
?:
string
;
deleted
?:
boolean
;
fileId
?:
string
;
fileTitle
?:
string
;
htmlContent
?:
string
;
kind
?:
string
;
modifiedDate
?:
string
;
replies
?:
CommentReply
[]
;
selfLink
?:
string
;
status
?:
string
;
}
Index
Properties
anchor?
author?
comment
Id?
content?
context?
created
Date?
deleted?
file
Id?
file
Title?
html
Content?
kind?
modified
Date?
replies?
self
Link?
status?
Properties
Optional
anchor
anchor
?:
string
Optional
author
author
?:
GoogleAppsScript
.
Drive
.
Schema
.
User
Optional
comment
Id
commentId
?:
string
Optional
content
content
?:
string
Optional
context
context
?:
CommentContext
Optional
created
Date
createdDate
?:
string
Optional
deleted
deleted
?:
boolean
Optional
file
Id
fileId
?:
string
Optional
file
Title
fileTitle
?:
string
Optional
html
Content
htmlContent
?:
string
Optional
kind
kind
?:
string
Optional
modified
Date
modifiedDate
?:
string
Optional
replies
replies
?:
CommentReply
[]
Optional
self
Link
selfLink
?:
string
Optional
status
status
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
anchor
author
comment
Id
content
context
created
Date
deleted
file
Id
file
Title
html
Content
kind
modified
Date
replies
self
Link
status
Google Apps Script API
Loading...