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