Home
last modified time | relevance | path

Searched refs:ChannelSection (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/Resource/
H A DChannelSections.php20 use Google\Service\YouTube\ChannelSection; alias
63 * @param ChannelSection $postBody
92 * @return ChannelSection
94 public function insert($part, ChannelSection $postBody, $optParams = [])
98 return $this->call('insert', [$params], ChannelSection::class);
147 * @param ChannelSection $postBody
160 * @return ChannelSection
162 public function update($part, ChannelSection $postBody, $optParams = [])
166 return $this->call('update', [$params], ChannelSection::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DChannelSectionListResponse.php31 protected $itemsType = ChannelSection::class;
71 * @param ChannelSection[]
78 * @return ChannelSection[]
H A DChannelSection.php20 class ChannelSection extends \Google\Model class
144 class_alias(ChannelSection::class, 'Google_Service_YouTube_ChannelSection');