# PulpcoreClient::RemoteResponseHiddenFields ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | | [optional] **is_set** | **Boolean** | | [optional] ## Code Sample ```ruby require 'PulpcoreClient' instance = PulpcoreClient::RemoteResponseHiddenFields.new(name: null, is_set: null) ```