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