stateFetchError = $stateFetchError; } /** * @return string */ public function getStateFetchError() { return $this->stateFetchError; } /** * @param GoogleAssistantEmbeddedV1Timer[] */ public function setTimers($timers) { $this->timers = $timers; } /** * @return GoogleAssistantEmbeddedV1Timer[] */ public function getTimers() { return $this->timers; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleAssistantEmbeddedV1Timers::class, 'Google_Service_Contentwarehouse_GoogleAssistantEmbeddedV1Timers');