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