Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
YouTube
Collection
CommentsCollection
Interface CommentsCollection
interface
CommentsCollection
{
insert
(
resource
:
GoogleAppsScript
.
YouTube
.
Schema
.
Comment
,
part
:
string
,
)
:
GoogleAppsScript
.
YouTube
.
Schema
.
Comment
;
list
(
part
:
string
)
:
CommentListResponse
;
list
(
part
:
string
,
optionalArgs
:
object
)
:
CommentListResponse
;
markAsSpam
(
id
:
string
)
:
void
;
remove
(
id
:
string
)
:
void
;
setModerationStatus
(
id
:
string
,
moderationStatus
:
string
)
:
void
;
setModerationStatus
(
id
:
string
,
moderationStatus
:
string
,
optionalArgs
:
object
,
)
:
void
;
update
(
resource
:
GoogleAppsScript
.
YouTube
.
Schema
.
Comment
,
part
:
string
,
)
:
GoogleAppsScript
.
YouTube
.
Schema
.
Comment
;
}
Index
Methods
insert
list
mark
As
Spam
remove
set
Moderation
Status
update
Methods
insert
insert
(
resource
:
GoogleAppsScript
.
YouTube
.
Schema
.
Comment
,
part
:
string
,
)
:
GoogleAppsScript
.
YouTube
.
Schema
.
Comment
Parameters
resource
:
GoogleAppsScript
.
YouTube
.
Schema
.
Comment
part
:
string
Returns
GoogleAppsScript
.
YouTube
.
Schema
.
Comment
list
list
(
part
:
string
)
:
CommentListResponse
Parameters
part
:
string
Returns
CommentListResponse
list
(
part
:
string
,
optionalArgs
:
object
)
:
CommentListResponse
Parameters
part
:
string
optionalArgs
:
object
Returns
CommentListResponse
mark
As
Spam
markAsSpam
(
id
:
string
)
:
void
Parameters
id
:
string
Returns
void
remove
remove
(
id
:
string
)
:
void
Parameters
id
:
string
Returns
void
set
Moderation
Status
setModerationStatus
(
id
:
string
,
moderationStatus
:
string
)
:
void
Parameters
id
:
string
moderationStatus
:
string
Returns
void
setModerationStatus
(
id
:
string
,
moderationStatus
:
string
,
optionalArgs
:
object
,
)
:
void
Parameters
id
:
string
moderationStatus
:
string
optionalArgs
:
object
Returns
void
update
update
(
resource
:
GoogleAppsScript
.
YouTube
.
Schema
.
Comment
,
part
:
string
,
)
:
GoogleAppsScript
.
YouTube
.
Schema
.
Comment
Parameters
resource
:
GoogleAppsScript
.
YouTube
.
Schema
.
Comment
part
:
string
Returns
GoogleAppsScript
.
YouTube
.
Schema
.
Comment
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
insert
list
mark
As
Spam
remove
set
Moderation
Status
update
Google Apps Script API
Loading...