details = $details; } /** * @return string */ public function getDetails() { return $this->details; } /** * @param string */ public function setRequestId($requestId) { $this->requestId = $requestId; } /** * @return string */ public function getRequestId() { return $this->requestId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(RejectSpokeRequest::class, 'Google_Service_Networkconnectivity_RejectSpokeRequest');