Sha256: 50df94594fb04c263716d8a1ceece5b6e046d3613ff4cfca7c63749016528d6a
Contents?: true
Size: 630 Bytes
Versions: 8
Compression:
Stored size: 630 Bytes
Contents
# BackupUnitProperties ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **name** | **String** | A name of that resource (only alphanumeric characters are acceptable) | | | **password** | **String** | the password associated to 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
8 entries across 8 versions & 1 rubygems