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