commonName = $commonName; } /** * @return string */ public function getCommonName() { return $this->commonName; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SslCertsInsertRequest::class, 'Google_Service_SQLAdmin_SslCertsInsertRequest');