label = $label; } public function getLabel() { return $this->label; } /** * @param Google_Service_YouTube_VideoAbuseReportSecondaryReason */ public function setSecondaryReasons($secondaryReasons) { $this->secondaryReasons = $secondaryReasons; } /** * @return Google_Service_YouTube_VideoAbuseReportSecondaryReason */ public function getSecondaryReasons() { return $this->secondaryReasons; } }