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