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