Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
YouTube
Collection
CommentThreadsCollection
Interface CommentThreadsCollection
interface
CommentThreadsCollection
{
insert
(
resource
:
CommentThread
,
part
:
string
)
:
CommentThread
;
list
(
part
:
string
)
:
CommentThreadListResponse
;
list
(
part
:
string
,
optionalArgs
:
object
)
:
CommentThreadListResponse
;
update
(
resource
:
CommentThread
,
part
:
string
)
:
CommentThread
;
}
Index
Methods
insert
list
update
Methods
insert
insert
(
resource
:
CommentThread
,
part
:
string
)
:
CommentThread
Parameters
resource
:
CommentThread
part
:
string
Returns
CommentThread
list
list
(
part
:
string
)
:
CommentThreadListResponse
Parameters
part
:
string
Returns
CommentThreadListResponse
list
(
part
:
string
,
optionalArgs
:
object
)
:
CommentThreadListResponse
Parameters
part
:
string
optionalArgs
:
object
Returns
CommentThreadListResponse
update
update
(
resource
:
CommentThread
,
part
:
string
)
:
CommentThread
Parameters
resource
:
CommentThread
part
:
string
Returns
CommentThread
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
insert
list
update
Google Apps Script API
Loading...