Sha256: 4b1b05c9b614108c5010605f331581eeb5bb873f3692443c4a5cd3e930975961
Contents?: true
Size: 627 Bytes
Versions: 1
Compression:
Stored size: 627 Bytes
Contents
# BackupUnitProperties ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **email** | **String** | The email associated with the backup unit. Bear in mind that this email does not be the same email as of the user. | [optional] | | **name** | **String** | The name of the resource (alphanumeric characters only). | | | **password** | **String** | The password associated with that resource. | [optional] | ## Example ```ruby require 'ionoscloud' instance = Ionoscloud::BackupUnitProperties.new( email: email@email.com, name: BackupUnitName, password: mypass123 ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ionoscloud-6.1.2 | docs/models/BackupUnitProperties.md |