# ConnectableDatacenter ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | | [optional] | | **location** | **String** | | [optional] | | **name** | **String** | | [optional] | ## Example ```ruby require 'ionoscloud' instance = Ionoscloud::ConnectableDatacenter.new( id: null, location: null, name: null ) ```