Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
Drive_v3
Drive
V3
Collection
AppsCollection
Interface AppsCollection
interface
AppsCollection
{
get
(
appId
:
string
)
:
GoogleAppsScript
.
Drive_v3
.
Drive
.
V3
.
Schema
.
App
;
list
()
:
GoogleAppsScript
.
Drive_v3
.
Drive
.
V3
.
Schema
.
AppList
;
list
(
optionalArgs
:
Record
<
string
,
any
>
,
)
:
GoogleAppsScript
.
Drive_v3
.
Drive
.
V3
.
Schema
.
AppList
;
}
Index
Methods
get
list
Methods
get
get
(
appId
:
string
)
:
GoogleAppsScript
.
Drive_v3
.
Drive
.
V3
.
Schema
.
App
Gets a specific app.
Parameters
appId
:
string
The ID of the app.
Returns
GoogleAppsScript
.
Drive_v3
.
Drive
.
V3
.
Schema
.
App
list
list
()
:
GoogleAppsScript
.
Drive_v3
.
Drive
.
V3
.
Schema
.
AppList
Lists a user's installed apps.
Returns
GoogleAppsScript
.
Drive_v3
.
Drive
.
V3
.
Schema
.
AppList
list
(
optionalArgs
:
Record
<
string
,
any
>
,
)
:
GoogleAppsScript
.
Drive_v3
.
Drive
.
V3
.
Schema
.
AppList
Lists a user's installed apps.
Parameters
optionalArgs
:
Record
<
string
,
any
>
Optional arguments.
Returns
GoogleAppsScript
.
Drive_v3
.
Drive
.
V3
.
Schema
.
AppList
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
get
list
Google Apps Script API
Loading...
Gets a specific app.