# PulpcoreClient::VersionResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **component** | **String** | Name of a versioned component of Pulp | **version** | **String** | Version of the component (e.g. 3.0.0) | ## Code Sample ```ruby require 'PulpcoreClient' instance = PulpcoreClient::VersionResponse.new(component: null, version: null) ```