label = $label; } /** * @return string */ public function getLabel() { return $this->label; } /** * @param VideoAbuseReportSecondaryReason[] */ public function setSecondaryReasons($secondaryReasons) { $this->secondaryReasons = $secondaryReasons; } /** * @return VideoAbuseReportSecondaryReason[] */ public function getSecondaryReasons() { return $this->secondaryReasons; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(VideoAbuseReportReasonSnippet::class, 'Google_Service_YouTube_VideoAbuseReportReasonSnippet');