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