> For the complete documentation index, see [llms.txt](https://docs.ionos.com/ruby-sdk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ionos.com/ruby-sdk/models/backupunitproperties.md).

# BackupUnitProperties

## Properties

\| **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
)
```
