ChannelSections
class ChannelSections extends Resource (View source)
The "channelSections" collection of methods.
Typical usage is:
$youtubeService = new Google\Service\YouTube(...);
$channelSections = $youtubeService->channelSections;
Methods
delete(string $id, array $optParams = [])
Deletes a resource. (channelSections.delete)
insert(string|array $part, ChannelSection $postBody, array $optParams = [])
Inserts a new resource into this collection. (channelSections.insert)
listChannelSections(string|array $part, array $optParams = [])
Retrieves a list of resources, possibly filtered.
update(string|array $part, ChannelSection $postBody, array $optParams = [])
Updates an existing resource. (channelSections.update)
Details
delete(string $id, array $optParams = [])
Deletes a resource. (channelSections.delete)
ChannelSection
insert(string|array $part, ChannelSection $postBody, array $optParams = [])
Inserts a new resource into this collection. (channelSections.insert)
ChannelSectionListResponse
listChannelSections(string|array $part, array $optParams = [])
Retrieves a list of resources, possibly filtered.
(channelSections.listChannelSections)
ChannelSection
update(string|array $part, ChannelSection $postBody, array $optParams = [])
Updates an existing resource. (channelSections.update)