customListId = $customListId; } /** * @return string */ public function getCustomListId() { return $this->customListId; } /** * Output only. The display name of the custom list. . * * @param string $displayName */ public function setDisplayName($displayName) { $this->displayName = $displayName; } /** * @return string */ public function getDisplayName() { return $this->displayName; } /** * Output only. The resource name of the custom list. * * @param string $name */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CustomList::class, 'Google_Service_DisplayVideo_CustomList');