# PulpcoreClient::DatabaseConnection ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **connected** | **Boolean** | Info about whether the app can connect to the database | ## Code Sample ```ruby require 'PulpcoreClient' instance = PulpcoreClient::DatabaseConnection.new(connected: null) ```