deviceId = $deviceId; } /** * @return string */ public function getDeviceId() { return $this->deviceId; } /** * @param string */ public function setGatewayId($gatewayId) { $this->gatewayId = $gatewayId; } /** * @return string */ public function getGatewayId() { return $this->gatewayId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(UnbindDeviceFromGatewayRequest::class, 'Google_Service_CloudIot_UnbindDeviceFromGatewayRequest');