endTime = $endTime; } /** * @return string */ public function getEndTime() { return $this->endTime; } /** * @param bool */ public function setTrial($trial) { $this->trial = $trial; } /** * @return bool */ public function getTrial() { return $this->trial; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudChannelV1alpha1TrialSettings::class, 'Google_Service_Cloudchannel_GoogleCloudChannelV1alpha1TrialSettings');