Sha256: 5af5ced933b0011f2f2b3c204e9d7d40df8149134a9f7090b0c5c308585aa8b1
Contents?: true
Size: 621 Bytes
Versions: 5
Compression:
Stored size: 621 Bytes
Contents
# BackupUnitProperties ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **name** | **String** | The name of the resource (alphanumeric characters only). | | | **password** | **String** | The password associated with that resource. | [optional] | | **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] | ## Example ```ruby require 'ionoscloud' instance = Ionoscloud::BackupUnitProperties.new( name: BackupUnitName, password: mypass123, email: email@email.com ) ```
Version data entries
5 entries across 5 versions & 1 rubygems