keyRotationTime = $keyRotationTime; } /** * @return string */ public function getKeyRotationTime() { return $this->keyRotationTime; } /** * @param string */ public function setKeyTrustLevel($keyTrustLevel) { $this->keyTrustLevel = $keyTrustLevel; } /** * @return string */ public function getKeyTrustLevel() { return $this->keyTrustLevel; } /** * @param string */ public function setKeyType($keyType) { $this->keyType = $keyType; } /** * @return string */ public function getKeyType() { return $this->keyType; } /** * @param string */ public function setPublicKey($publicKey) { $this->publicKey = $publicKey; } /** * @return string */ public function getPublicKey() { return $this->publicKey; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleChromeManagementVersionsV1AttestationCredential::class, 'Google_Service_ChromeManagement_GoogleChromeManagementVersionsV1AttestationCredential');