# PulpContainerClient::SetLabelResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **key** | **String** | | **value** | **String** | | ## Code Sample ```ruby require 'PulpContainerClient' instance = PulpContainerClient::SetLabelResponse.new(key: null, value: null) ```