Sha256: af36cc28e761df32c97c7ff4e34af93b85012a318df62f985767661d7b7f3556
Contents?: true
Size: 515 Bytes
Versions: 1
Compression:
Stored size: 515 Bytes
Contents
# Peer ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **datacenter_id** | **String** | | [optional] | | **datacenter_name** | **String** | | [optional] | | **id** | **String** | | [optional] | | **location** | **String** | | [optional] | | **name** | **String** | | [optional] | ## Example ```ruby require 'ionoscloud' instance = Ionoscloud::Peer.new( datacenter_id: null, datacenter_name: null, id: null, location: null, name: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ionoscloud-6.1.2 | docs/models/Peer.md |