Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
Drive
Collection
TeamdrivesCollection
Interface TeamdrivesCollection
interface
TeamdrivesCollection
{
get
(
teamDriveId
:
string
)
:
GoogleAppsScript
.
Drive
.
Schema
.
TeamDrive
;
get
(
teamDriveId
:
string
,
optionalArgs
:
Record
<
string
,
any
>
,
)
:
GoogleAppsScript
.
Drive
.
Schema
.
TeamDrive
;
insert
(
resource
:
GoogleAppsScript
.
Drive
.
Schema
.
TeamDrive
,
requestId
:
string
,
)
:
GoogleAppsScript
.
Drive
.
Schema
.
TeamDrive
;
list
()
:
GoogleAppsScript
.
Drive
.
Schema
.
TeamDriveList
;
list
(
optionalArgs
:
Record
<
string
,
any
>
,
)
:
GoogleAppsScript
.
Drive
.
Schema
.
TeamDriveList
;
remove
(
teamDriveId
:
string
)
:
void
;
update
(
resource
:
GoogleAppsScript
.
Drive
.
Schema
.
TeamDrive
,
teamDriveId
:
string
,
)
:
GoogleAppsScript
.
Drive
.
Schema
.
TeamDrive
;
update
(
resource
:
GoogleAppsScript
.
Drive
.
Schema
.
TeamDrive
,
teamDriveId
:
string
,
optionalArgs
:
Record
<
string
,
any
>
,
)
:
GoogleAppsScript
.
Drive
.
Schema
.
TeamDrive
;
}
Index
Methods
get
insert
list
remove
update
Methods
get
get
(
teamDriveId
:
string
)
:
GoogleAppsScript
.
Drive
.
Schema
.
TeamDrive
Parameters
teamDriveId
:
string
Returns
GoogleAppsScript
.
Drive
.
Schema
.
TeamDrive
get
(
teamDriveId
:
string
,
optionalArgs
:
Record
<
string
,
any
>
,
)
:
GoogleAppsScript
.
Drive
.
Schema
.
TeamDrive
Parameters
teamDriveId
:
string
optionalArgs
:
Record
<
string
,
any
>
Returns
GoogleAppsScript
.
Drive
.
Schema
.
TeamDrive
insert
insert
(
resource
:
GoogleAppsScript
.
Drive
.
Schema
.
TeamDrive
,
requestId
:
string
,
)
:
GoogleAppsScript
.
Drive
.
Schema
.
TeamDrive
Parameters
resource
:
GoogleAppsScript
.
Drive
.
Schema
.
TeamDrive
requestId
:
string
Returns
GoogleAppsScript
.
Drive
.
Schema
.
TeamDrive
list
list
()
:
GoogleAppsScript
.
Drive
.
Schema
.
TeamDriveList
Returns
GoogleAppsScript
.
Drive
.
Schema
.
TeamDriveList
list
(
optionalArgs
:
Record
<
string
,
any
>
,
)
:
GoogleAppsScript
.
Drive
.
Schema
.
TeamDriveList
Parameters
optionalArgs
:
Record
<
string
,
any
>
Returns
GoogleAppsScript
.
Drive
.
Schema
.
TeamDriveList
remove
remove
(
teamDriveId
:
string
)
:
void
Parameters
teamDriveId
:
string
Returns
void
update
update
(
resource
:
GoogleAppsScript
.
Drive
.
Schema
.
TeamDrive
,
teamDriveId
:
string
,
)
:
GoogleAppsScript
.
Drive
.
Schema
.
TeamDrive
Parameters
resource
:
GoogleAppsScript
.
Drive
.
Schema
.
TeamDrive
teamDriveId
:
string
Returns
GoogleAppsScript
.
Drive
.
Schema
.
TeamDrive
update
(
resource
:
GoogleAppsScript
.
Drive
.
Schema
.
TeamDrive
,
teamDriveId
:
string
,
optionalArgs
:
Record
<
string
,
any
>
,
)
:
GoogleAppsScript
.
Drive
.
Schema
.
TeamDrive
Parameters
resource
:
GoogleAppsScript
.
Drive
.
Schema
.
TeamDrive
teamDriveId
:
string
optionalArgs
:
Record
<
string
,
any
>
Returns
GoogleAppsScript
.
Drive
.
Schema
.
TeamDrive
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
get
insert
list
remove
update
Google Apps Script API
Loading...