JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3RbrnextRotationTime = $nextRotationTime; } /** * @return string */ public function getNextRotationTime() { return $this->nextRotationTime; } /** * @param string */ public function setRotationPeriod($rotationPeriod) { $this->rotationPeriod = $rotationPeriod; } /** * @return string */ public function getRotationPeriod() { return $this->rotationPeriod; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Rotation::class, 'Google_Service_SecretManager_Rotation');